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
If a font family is multi-word and requires quote-wrapping and a rule uses different quote marks than the @font-face declaration does, it marks the @font-face as unused.
@font-face
clean-css@4.1.8
node@6.9.1
{ level: { 2: { removeUnusedAtRules: true } } }
@font-face{font-family:"Two Words";}h1{font-family:'Two Words';}
h1{font-family:'Two Words'}
The text was updated successfully, but these errors were encountered:
See #971 - adds History.md entry about fixed issue.
a83386c
9d3d311
👍 released in 4.1.9.
Sorry, something went wrong.
No branches or pull requests
If a font family is multi-word and requires quote-wrapping and a rule uses different quote marks than the
@font-face
declaration does, it marks the@font-face
as unused.Environment
clean-css@4.1.8
node@6.9.1
Configuration options
Input CSS
Actual output CSS
Expected output CSS
The text was updated successfully, but these errors were encountered: