gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Style option isn't working #231

Open nelson777 opened 8 years ago

nelson777 commented 8 years ago

I'm trying to change Style option to anything but auto and it does nothing. AFAI tested the other options are fine. It's just Style.

Specially I would like to use expand option.

s4m2d commented 8 years ago

same here, can reconstruct it: option - style not working:

sass: { dist: { options: { style: 'compressed' }, files: { '_target/style.css': 'app/application.scss', } } },

beany-vu commented 8 years ago

neither do I. I tried to remove others options and even on other computer but it's not ok.

bronzehedwick commented 7 years ago

Yeah, same issue. Any chance this will get resolved?

Peter-Optiway commented 7 years ago

Same issue here no matter what i pick i get "%" is not an allowed value for option "style". please fix the issue or remove the documentation that says you can use the other values.

honsa commented 6 years ago

same issue here, still open?

"compact" is not an allowed value for option "style".

doctarock commented 6 years ago

same issue here

honsa commented 6 years ago

solved problem using grunt-sass instead.

rdepena commented 6 years ago

if this is abandonware please mark as no longer supported or help needed.

MarkLibetti commented 6 years ago

Why aren't the style options: nested & compact working?