Last updated 3 years ago
Was this helpful?
Reduce transform functions with PostCSS.
With do:
npm install postcss-reduce-transforms --save
This module will reduce transform functions where possible. For more examples, see the .
h1 { transform: rotate3d(0, 0, 1, 20deg); }
h1 { transform: rotate(20deg); }
See the for examples for your environment.
See .
MIT ©