This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
hacks-guide-minimal-mistakes-theme
Watch
1
Star
0
Fork
You've already forked hacks-guide-minimal-mistakes-theme
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8e722d0276
hacks-guide-minimal-mistake...
/
_sass
/
minimal-mistakes
/
vendor
/
susy
/
_susy.scss
6 lines
93 B
SCSS
Raw
Normal View
History
Unescape
Escape
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
2017-07-21 22:08:29 +02:00
// Susy (Un-Prefixed)
// ==================
Gut grid mixins and replace with Susy for greater flexibility
2016-03-15 17:34:14 +01:00
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
2017-07-21 22:08:29 +02:00
@import
'
susy-prefix
'
;
@import
'
susy/unprefix
'
;
Reference in a new issue
Copy permalink