postcss-reduce-transforms
TypeScript icon, indicating that this package has built-in type declarations

7.0.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.1731,665latest
5.0.0-rc.2210next
4.0.0-nightly.2020.2.630nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1731,665
7.0.01,033,020
6.0.21,850,630
6.0.1134,624
6.0.0265,120
5.1.05,295,916
5.0.442,783
5.0.341,699
5.0.236,948
5.0.1269,603
5.0.018,045
5.0.0-rc.2210
5.0.0-rc.11
5.0.0-rc.01
4.0.0-nightly.2020.2.630
4.0.0-nightly.2020.1.111
4.0.0-nightly.2020.1.91
4.0.0-nightly.2020.10.201
4.0.0-nightly.2020.9.91
4.0.0-nightly.2020.9.31
4.0.0-nightly.2020.9.11
4.0.0-nightly.2020.8.291
4.0.0-nightly.2020.8.251
4.0.0-nightly.2020.8.241
4.0.0-nightly.2020.8.171
4.0.0-nightly.2020.8.101
4.0.0-nightly.2020.8.41
4.0.0-nightly.2020.8.11
4.0.0-nightly.2020.7.312
4.0.0-nightly.2020.7.251
4.0.0-nightly.2020.7.241
4.0.22,644,050
4.0.112,491
4.0.03,062
4.0.0-rc.258
4.0.0-rc.04
1.0.4435,490
1.0.3468
1.0.22
1.0.12
1.0.02

Package Sidebar

Install

npm i postcss-reduce-transforms

Weekly Downloads

12,815,941

Version

7.0.1

License

MIT

Unpacked Size

9.2 kB

Total Files

6

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot