Simple Atom package using Myth to preprocess pure CSS.
Type myth
in the Command Pallete to preprocess an active CSS file.
The output will be saved to a file suffixed with output
in the
source file directory:
css/styles.css => css/styles.output.css
- Save output to folder different from source (setting)
- Compress output using UglifyJS (setting)
MIT