I have tried using the new SUSY several times and keep getting this error.
"File to import not found or unreadable: susy."
in LiveReload
.container { @include container; @include susy-grid-background; }
works and I see susys grid but once i add @include span-columns(3,12); it tells me "Undefined mixin 'span-columns'." I have tried everything to get this to work.
I have tried using the new SUSY several times and keep getting this error.
"File to import not found or unreadable: susy."
in LiveReload
.container { @include container; @include susy-grid-background; }works and I see susys grid but once i add
@include span-columns(3,12);it tells me "Undefined mixin 'span-columns'." I have tried everything to get this to work.