Susy - sass, not SCSS

159 Views Asked by At

I'm trying to get started with Susy (grid system) using sass and gulp. I've got the files imported but I can only find SCSS files of Susy. Are there anywhere you can get sass versions of Susy instead?

Håkan

1

There are 1 best solutions below

0
Miriam Suzanne On BEST ANSWER

There are no Susy files using the white-space Sass syntax, but that doesn't mean you have to use Scss in your code. If you import the files, Susy's mixins and functions will work in the Sass syntax exactly the way you'd expect.

@import susy

.example
  +span(3) // mixin
  margin-left: span(2 wide) // function