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:
Michael Rose
2017-07-21 16:08:29 -04:00
parent 52a791f40b
commit 387f8149d6
156 changed files with 5354 additions and 8254 deletions

View File

@ -1,4 +1,5 @@
// Susy
// ====
// Susy (Un-Prefixed)
// ==================
@import 'susy/language/susy';
@import 'susy-prefix';
@import 'susy/unprefix';