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
npm ls clean-css
node -v
var CleanCSS = require('clean-css'); new CleanCSS({ level: 2 })
.a { transition-property: transform, margin-left; transition-delay: 0ms; transition-duration: 375ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.a{transition:transform 375ms cubic-bezier(.4,0,.2,1)}
The text was updated successfully, but these errors were encountered:
e5a6028
Sorry it took so long to fix, but it's fixed on main branch, and soon #1135 in v5 release.
Sorry, something went wrong.
No branches or pull requests
Environment
npm ls clean-css
: -- clean-css@4.2.3node -v
: v12.13.0Configuration options
Input CSS
Actual output CSS
Expected output CSS
The text was updated successfully, but these errors were encountered: