Creating minified CSS from SCSS
Reminder for creating minified css from scss file
I am having a baptism of fire with UI development updating a stalled knowledge base at work.
One of the entirely new technologies I’m picking up is sass for style sheets; the workflow of compile
-> minify
seemed clunky and it turns out they can be combined into a single command
1
sass combined.scss:../css/combined.min.css --style compressed
This post is licensed under CC BY 4.0 by the author.