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

7.0.4 • Public • Published

postcss-colormin

Minify colors in your CSS files with PostCSS.

Install

With npm do:

npm install postcss-colormin --save

Example

var postcss = require('postcss')
var colormin = require('postcss-colormin');

var css = 'h1 {color: rgba(255, 0, 0, 1)}';
console.log(postcss(colormin()).process(css).css);

// => 'h1 {color:red}'

For more examples see the tests.

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.4633,534latest
5.0.0-rc.2123next
4.0.0-nightly.2020.2.624nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.4633,534
7.0.3521,615
7.0.2768,588
7.0.161,662
7.0.035,556
6.1.01,975,373
6.0.314,639
6.0.290,243
6.0.118,234
6.0.0269,650
5.3.14,064,822
5.3.01,134,728
5.2.527,745
5.2.433,091
5.2.319,151
5.2.217,398
5.2.135,585
5.2.078,790
5.1.11,942
5.1.0178
5.0.07,937
5.0.0-rc.2123
5.0.0-rc.13
5.0.0-rc.03
5.0.0-alpha.03
4.0.0-nightly.2020.2.624
4.0.0-nightly.2020.1.113
4.0.0-nightly.2020.1.93
4.0.0-nightly.2020.10.203
4.0.0-nightly.2020.9.93
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.13
4.0.0-nightly.2020.8.293
4.0.0-nightly.2020.8.253
4.0.0-nightly.2020.8.243
4.0.0-nightly.2020.8.173
4.0.0-nightly.2020.8.103
4.0.0-nightly.2020.8.43
4.0.0-nightly.2020.8.13
4.0.0-nightly.2020.7.313
4.0.0-nightly.2020.7.253
4.0.0-nightly.2020.7.243
4.0.31,861,081
4.0.215,804
4.0.11,510
4.0.024
4.0.0-rc.251
4.0.0-rc.04
2.2.2447,729
2.2.14,925
2.2.0160
2.1.880
2.1.75
2.1.67
2.1.57
2.1.43
2.1.33
2.1.24
2.1.13
2.1.06
2.0.05
1.2.75,682
1.2.66
1.2.54
1.2.45
1.2.35
1.2.25
1.2.14
1.2.05
1.1.02
1.0.04

Package Sidebar

Install

npm i postcss-colormin

Weekly Downloads

10,124,947

Version

7.0.4

License

MIT

Unpacked Size

10.7 kB

Total Files

9

Last publish

Collaborators

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