New:Socket for Asana Is Now Available.Learn more
Get Started

postcss-reduce-transforms

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reduce-transforms

Reduce transform functions with PostCSS.

latest
Source
npmnpm
Version
9.0.0
Version published
Weekly downloads
18M
-4.48%
Maintainers
7
Weekly downloads
 
Created
Source

postcss-reduce-transforms

Reduce transform functions with PostCSS.

Install

With npm do:

npm install postcss-reduce-transforms --save

Example

This module will reduce transform functions where possible. For more examples, see the tests.

Input

h1 {
  transform: rotate3d(0, 0, 1, 20deg);
}

Output

h1 {
  transform: rotate(20deg);
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs

FAQs

Package last updated on 27 Aug 2026

Related posts