-
-
Notifications
You must be signed in to change notification settings - Fork 40
Webpack uglifier corrupts CSS rules #377
Comments
Technically, the short form of |
Another case: Is there a way to turn off CSS "optimization" for now and just bundle it as is? |
@sserdyuk thank you for reporting this issue! Confirming this one as a bug. Steps to reproduce:
Bundling the app without uglify Bundling with uglify ( Result: when bundling without uglify the rules are changed resulting the |
Thank you @NickIliev. Do you want me to open separate tickets for other similar CSS related problems? Short form of |
@sserdyuk you can post the corrupted CSS properties here if this happens only when using uglify |
Two problems here:
translate
got dropped, which causes transformation to be applied on both axes;color
was converted tohsla
value, which errors at runtime as following:The text was updated successfully, but these errors were encountered: