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