#foo {
color:black; }
Is there some sort of option to prefix a newline before the trailing }
when a .css
file is generated from .sass
?
I would appreciate it if someone included an example of combining sass --watch style.scss:style.css
, which is what I'm using, along with this newline requirement.