postcss-color-pantone

0.1.0 • Public • Published

postcss-color-pantone

Build Status

PostCSS plugin to convert pantone colors to rgb.

.foo {
  color: pantone('Green C');
}
 
.bar {
  border: 1px solid pantone("Medium Yellow C"); 
}
.foo {
  color: #00ab84;
}
 
.bar {
  border: 1px solid #ffd900;
}

--

Usage

postcss([ require('postcss-color-pantone') ])

See PostCSS docs for examples for your environment.

--

License

MIT

/postcss-color-pantone/

    Package Sidebar

    Install

    npm i postcss-color-pantone

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • longdog