axyz / middleman-zurb-foundation

Middleman Skeleton For Zurb Foundation
92 stars 22 forks source link

git branch for sass syntax #13

Open keegoid opened 10 years ago

keegoid commented 10 years ago

I noticed this interesting Foundation comment in the config.rb file:

If you prefer the indented syntax, you might want to regenerate this

project again passing --syntax sass...

I like the indented syntax, but foundation new sass-project --syntax sass doesn't seem to work for me. foundation help new reveals there is no --syntax option. If you know how to do it, can you create a git branch for middleman-zurb-foundation with the sass syntax?

keegoid commented 10 years ago

I learned they are referring to a Compass command compass create my-project --syntax sass. Although, I'm not sure how to generate a Foundation project with compass...