FlyingDR / scss-snippets

Collection of helpful SCSS mixins and functions to use into various projects
1 stars 2 forks source link

Incompatible with susy 3.0.x #21

Open ramboza opened 7 years ago

ramboza commented 7 years ago
ERROR in ./node_modules/css-loader?{"importLoaders":1,"sourceMap":true}!./node_modules/postcss-loader/lib?{"sourceMap":true}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":true}!./public/css/main.scss
Module build failed: 
                    @include global-box-sizing();
                            ^
      No mixin named global-box-sizing

from susy changelog:

Add global-box-sizing() mixin to set your global box model.

Example: @include global-box-sizing(border-box); You can still use the legacy @include border-box-sizing; as a shortcut. Uses your global setting as a default. Updates your global setting to match, if you pass a different value.

FlyingDR commented 7 years ago

It is expected behavior for 0.6.x until new version will be released because susy 3.x is complete rewrite, not an update.