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.