sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

scss comments blocking render to css #223

Closed whitehorse5353 closed 9 years ago

whitehorse5353 commented 9 years ago

Hi,

when i try to render a block of SCSS like this

.drlp{ background-color: red; color: red; ul{ // width: 300px; li{ color: gray; } } }

it throws a drlp.scss:1: invalid property name Use --force to continue. is there a option to stripeBanners and comments ?

sindresorhus commented 9 years ago

From the top of the readme:

Issues with the output should be reported on the libsass issue tracker.

is there a option to stripeBanners and comments ?

If it's not in the docs there clearly isn't.