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

postcss-reduce-transforms

Package Overview
Dependencies
Maintainers
7
Versions
50
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.

Source
npmnpm
Version
8.0.4
Version published
Weekly downloads
19M
1.98%
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 16 Aug 2026

Related posts