Upgrade to Susy 3 and replace grid mixins with new span
and gutter
functions
Most of Susy's mixins have been deprecated, `@include container()`, `@include full()`, `@include span()`, `@include prefix()`, `@include suffix()`, `@include gallery()`, etc. Fixes #1114
This commit is contained in:
13
_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss
vendored
Normal file
13
_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
// Susy (Prefixed)
|
||||
// ===============
|
||||
|
||||
$susy-version: 3;
|
||||
|
||||
@import 'susy/utilities';
|
||||
@import 'susy/su-validate';
|
||||
@import 'susy/su-math';
|
||||
@import 'susy/settings';
|
||||
@import 'susy/normalize';
|
||||
@import 'susy/parse';
|
||||
@import 'susy/syntax-helpers';
|
||||
@import 'susy/api';
|
Reference in New Issue
Block a user