Skip to content

longdog/postcss-color-pantone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PostCSS plugin to convert pantone color to rgb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published