We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using yuglify with --terminal. Input:
@charset "UTF-8"; @media all { DIV.test1 { background: white; } } @charset "UTF-8"; @media all { DIV.test2 { background: red; } } @charset "UTF-8"; @media all { DIV.test3 { background: black; } }
Output:
@charset "UTF-8";@media all{DIV.test1{background:white}}@charset "UTF-8";@media all{DIV.test2{background:red}}@media all{DIV.test3{background:black}}
Only one @charset was removed...
The text was updated successfully, but these errors were encountered:
Wouldn't this be an issue with https://github.com/jbleuzen/node-cssmin? This is just a wrapper for it.
The relevant code looks like it might be at https://github.com/jbleuzen/node-cssmin/blob/41d9b6755f8c5c9638008f860a52a5e8423d1734/cssmin.js#L139 and you might have better luck filing a new issue over on that project.
Sorry, something went wrong.
No branches or pull requests
I'm using yuglify with --terminal.
Input:
Output:
Only one @charset was removed...
The text was updated successfully, but these errors were encountered: