Is there a way to make Prepros NOT minify the CSS output?

1k views Asked by At

I want to process my SASS files, but don't want to minify the CSS.

I didn't find any config option to do that. Is there a way?

1

There are 1 answers

0
deleted On BEST ANSWER

Yes, you can. You need to turn off the lib-sass option or just uncheck compress CSS option.