grunt-contrib-sass icon indicating copy to clipboard operation
grunt-contrib-sass copied to clipboard

Style option isn't working

Open nelson777 opened this issue 8 years ago • 9 comments

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.

nelson777 avatar Sep 12 '16 20:09 nelson777

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

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

s4m2d avatar Sep 15 '16 06:09 s4m2d

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

beany-vu avatar Sep 15 '16 09:09 beany-vu

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

bronzehedwick avatar Jun 12 '17 15:06 bronzehedwick

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.

Peter-Optiway avatar Oct 19 '17 14:10 Peter-Optiway

same issue here, still open?

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

honsa avatar Dec 04 '17 09:12 honsa

same issue here

doctarock avatar Dec 08 '17 01:12 doctarock

solved problem using grunt-sass instead.

honsa avatar Dec 08 '17 17:12 honsa

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

rdepena avatar May 15 '18 02:05 rdepena

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

MarkLibetti avatar Jul 20 '18 17:07 MarkLibetti