Open frederikhors opened 5 years ago
Sorry for the maybe silly question: I'm learning day by day.
How to minify my .scss in the final .css?
if you mean compressed, you could see this project used node-sass, you could passed options
scss({ importer: tildeImporter, outputStyle: "compressed", }),
Sorry for the maybe silly question: I'm learning day by day.
How to minify my .scss in the final .css?