postcss-hsb-color

1.0.2 • Public • Published

postcss-hsb-color Build Status

Postcss plugin adding hsb() color.

Installation

yarn add postcss-hsb-color

Usage

Input:

body {
    color: hsb(252, 35%, 64%);
}

Output:

body {
    color: hsl(100, 24%, 53%);
}

Option

postcss( [ hsbcolor({ output: 'rgb' }) ] )

output: 'rgb', 'hsl'(default)

Package Sidebar

Install

npm i postcss-hsb-color

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • holy0201