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
using grunt-contrib-cssmin (no config)
@layer customlayername { .custom-rule { background: red; } }
@layer customlayername { background: red; }
And error:
Unexpected '}' at .tmp/css/app.css.,Unexpected '}'
The text was updated successfully, but these errors were encountered:
Fixes clean-css#1242 - add support for the "@layer" keyword
84c64e2
a242a99
Fixes #1242 - add support for the "@layer" keyword (#1243)
576a0f0
The fix is out in 5.3.2.
Sorry, something went wrong.
No branches or pull requests
Environment
Configuration options
using grunt-contrib-cssmin (no config)
Input CSS
Actual output CSS
And error:
The text was updated successfully, but these errors were encountered: