@internetstiftelsen/styleguide 5.0.2 → 5.0.3-beta.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "5.0.2",
3
+ "version": "5.0.3-beta.0.1",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -283,19 +283,19 @@ html {
283
283
  margin-right: auto;
284
284
 
285
285
  @include breakpoint.bp-up(sm) {
286
- width: make_col(16);
286
+ width: func.make_col(16);
287
287
  }
288
288
 
289
289
  @include breakpoint.bp-up(md) {
290
- width: make_col(12);
290
+ width: func.make_col(12);
291
291
  }
292
292
 
293
293
  @include breakpoint.bp-up(lg) {
294
- width: make_col(12);
294
+ width: func.make_col(12);
295
295
  }
296
296
 
297
297
  @include breakpoint.bp-up(xl) {
298
- width: make_col(9);
298
+ width: func.make_col(9);
299
299
  }
300
300
  }
301
301