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
Certain optimizations are possible if we know that the CSS file provided is the only one loaded on the page.
Remove @keyframes that are not referenced (O1 only)
@keyframes
Remove @font-face that are not referenced
@font-face
If two @keyframes blocks are identical, replace references to the second and remove it
Rebase all of the z-index values in the file: http://cssnano.co/optimisations/zindex/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Certain optimizations are possible if we know that the CSS file provided is the only one loaded on the page.
Remove
@keyframes
that are not referenced (O1 only)Remove
@font-face
that are not referencedIf two
@keyframes
blocks are identical, replace references to the second and remove itRebase all of the z-index values in the file: http://cssnano.co/optimisations/zindex/
The text was updated successfully, but these errors were encountered: