longdog · GitHub

Repository files navigation

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

About

PostCSS plugin to convert pantone color to rgb

Resources

Readme

Activity

Stars

16 stars

Watchers

2 watching

Forks

2 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗