-
Notifications
You must be signed in to change notification settings - Fork 39
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
at-media + at-keyframes not minified correctly #23
Comments
Hi firewizard, can you make a pull request to fix this issue please? |
That's the problem, I wasn't able to figure out a fix for this, |
;-) Sorry, I'm just maintaining this repo, I wish I could help, lets see if someone can figure it out! |
same problem with @supports block
produces:
there's missing last curly bracket |
Also see #29 |
Minifier break css when at-media & at-keyframes are used together.
This css:
when minified and then re-formatted, produces this result:
Notice the missing "}". If there's only one at-media + at-keyframes block, it works well, if there are more, it breaks all of them except the last one.
The text was updated successfully, but these errors were encountered: