Skip to content

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

@alonsoct00

Description

@alonsoct00

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions