@medyll/cssfabric 0.2.1 → 0.2.2

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": "@medyll/cssfabric",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "@medyll/cssfabric": "./bin/index.js"
@@ -63,7 +63,6 @@ $densities-ratios : cssfabric-config.$densities-ratios;
63
63
 
64
64
  // radius
65
65
  @each $radius, $value in $box-radius{
66
- @debug #{$value};
67
66
  --radius-#{$radius}: #{$value};
68
67
  }
69
68
 
@@ -152,7 +151,6 @@ $densities-ratios : cssfabric-config.$densities-ratios;
152
151
  $shorthand: if($mq_key, #{$box-gap-shorthand}-#{$mq_key}, #{$box-gap-shorthand});
153
152
  // presets
154
153
  @each $preset, $preset-value in $box-unit-presets{
155
- @debug #{$shorthand}-#{$preset};
156
154
  .#{$shorthand}-#{$preset}{
157
155
  #{$shorthand}: var(--box-density-preset-#{$preset});
158
156
  }