Answer the question
In order to leave comments, you need to log in
How to customize SASS output file style?
Tell me how to change the style of the output file in sass?
I tried the following commands in the console:
sass --style compact
sass --style:compact
several others in different variations
Gives an error:
OptionParser::InvalidOption: invalid option: --style:compact
Use --trace for backtrace.
Answer the question
In order to leave comments, you need to log in
scss --update style.scss --style compact
Found the solution, thanks everyone
All values of style
sass --style compressed styles.scss output_compressed.css
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question