pzi / middleman-basis

Middleman Basis Template – Supporting Haml, Sass, CoffeeScript, Bower, ImageOptim, Sitemap
MIT License
22 stars 4 forks source link

Question - Susy templates #5

Closed MortalCatalyst closed 5 years ago

MortalCatalyst commented 8 years ago

Hi

Is it hard to fork or just add susy as a dependancy so I can use their grids?

pzi commented 8 years ago

Hi Sayth,

Although I haven't used Susy myself yet, it should be straight forward really:

In your Gemfile, at the bottom, add

gem 'susy'

and in the main Sass file, add

@import "susy"

Let me know how you go :)

Cheers

Patrik