Skip to content

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

License

Notifications You must be signed in to change notification settings

Leopoldthecoder/postcss-hsl-color-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published