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
The property transition-delay: 0s is incorrectly compressed as transition-delay: 0, which is not a valid property.
transition-delay: 0s
transition-delay: 0
As a hotfix, I replaced it with transition-delay: unset in the original code to overcome this issue.
transition-delay: unset
The text was updated successfully, but these errors were encountered:
This is fixed in 2.4.0 of our version of this plugin: https://github.com/primefaces-extensions/resources-optimizer-maven-plugin
Sorry, something went wrong.
No branches or pull requests
The property
transition-delay: 0s
is incorrectly compressed astransition-delay: 0
, which is not a valid property.As a hotfix, I replaced it with
transition-delay: unset
in the original code to overcome this issue.The text was updated successfully, but these errors were encountered: