billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

How can I add .min.css to the compiled .styl file? #85

Open alonsoct00 opened 5 years ago

alonsoct00 commented 5 years ago

I record the follow settings in the sublime project: "settings": { "Stylus": { "compress": true, "compileOnSave": true, "useAutoPrefixer": false, "compileDir": "../css", "relativeDir": "/styl", "compilePaths": { "/styl": "../css", }, "compilePaths": true } } The compiler works fine, but I don't know how I can add .min to mi compiled css

Can You help me please? Thanks