middleman-zurb-foundation
middleman-zurb-foundation copied to clipboard
git branch for sass syntax
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?
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...