Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alonsoct00 opened this issue Apr 5, 2019 · 0 comments
Open

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

alonsoct00 opened this issue Apr 5, 2019 · 0 comments

Comments

@alonsoct00
Copy link

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

@alonsoct00 alonsoct00 changed the title How I can add .min.css to the compiled .styl file How can I add .min.css to the compiled .styl file? Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant