-
Notifications
You must be signed in to change notification settings - Fork 324
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
SVG styles are being ignored #1021
Comments
I've found this error in an Angular project. AngularCLI implements clean-css on production builds. |
I'm encountering this as well. I've got this definition
and it converts to
I tried a couple of options but I couldn't find the reason. |
Is there any chance of this being fixed? |
I'm seeing a similar issue with cy/cx properties. |
new version of clean-css fails on single character property names, even though they are valid clean-css/clean-css#1021
new version of clean-css fails on single character property names, even though they are valid clean-css/clean-css#1021
…fault svg properties shall get accepted clean-css#1021
This is needed due to a bug in clean-css: clean-css/clean-css#1021
Fixed on main branch, will be released in clean-css 5.0 soon. |
Angular 9 uses [clean-css](https://github.com/clean-css/clean-css)@4.23. It has [issue#1021](clean-css/clean-css#1021).
Angular 9 uses [clean-css](https://github.com/clean-css/clean-css)@4.23. It has [issue#1021](clean-css/clean-css#1021).
…et clean-css). Overcommign with ignore clause. Reference: clean-css/clean-css#1021
…et clean-css). Overcommign with ignore clause. Reference: clean-css/clean-css#1021
Hello,
Firstly thank you for the awesome library.
My issue is with the svg styles being skipped/not appearing in the final output CSS.
I use a grunt plugin
grunt-contrib-cssmin
Environment
Input CSS
Actual output CSS
Expected output CSS
The text was updated successfully, but these errors were encountered: