postcss-filters

0.0.2 • Public • Published

PostCSS filters

NPM version Build Status Dependency Status

PostCSS PostCSS plugin for a collection of CSS filter combos from filter.css.

.foo {
  filter: Eureka;
}
.foo {
  filter: brightness(1.6) contrast(1.1) grayscale(0) hue-rotate(0deg) invert(0.1) saturate(0.9) sepia(0);
}

--

Value

  • Eureka
  • London
  • FlipFlop
  • Copper
  • LoFi
  • Night
  • Rocky
  • Karl
  • Gold
  • Silver
  • Butterfly
  • Introvert

--

Usage

postcss([ require('postcss-filters') ])

See PostCSS docs for examples for your environment.

--

License

MIT © zhouwenbin

--

Thanks

filter.css

Package Sidebar

Install

npm i postcss-filters

Weekly Downloads

5

Version

0.0.2

License

MIT

Last publish

Collaborators

  • zhouwenbin