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)
}
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