.bar {
font-size: 16px; }
Can anyone suggest a way to automatically add a newline before the closing }
when converting a .sass
file to a .css
file?
I'm specifically looking for guidance on how to implement this feature in the command
sass --watch style.scss:style.css
. Any concrete examples would be greatly appreciated.