postcss-hsl-color-function

0.0.1 • Public • Published

PostCSS Hsl Color Function

PostCSS plugin to transform HSL color function to more compatible CSS.

.foo {
  color: hue(red, 120)
}
.foo {
  color: rgb(0, 255, 0)
}

Usage

postcss([ require('postcss-hsl-color-function') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-hsl-color-function@0.0.1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yi.yang