You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in plugin 'sass'
Message:
node_modules/susy/sass/susy/_utilities.scss
Error: [susy-normalize-columns] context-slice of `12` can not be determined based on grid-columns `12`.
on line 43 of node_modules/susy/sass/susy/_utilities.scss
>> @error '[#{$source}] #{$message}';
--^
I installed susy with npm and build with gulp. Is this intended behaviour?
The text was updated successfully, but these errors were encountered:
The default setting is a 4-column grid (for a mobile-first approach). Currently Susy doesn't allow you to span more than the available columns, but we plan to change that. You can change the global columns to whatever grid size you need:
$susy: (columns: repeat(12)); // or however many columns you want total
When doing
width: susy-span(10);
I get
I installed susy with npm and build with gulp. Is this intended behaviour?
The text was updated successfully, but these errors were encountered: