postcss-colornames-to-hex
This plugin will convert CSS color names like blue
or black
to their hexadecimal equivalent.
Installation
npm install postcss-colornames-to-hex --save
Usage
// do your processing here 🎉
Or use it in some other PostCSS way.
Example
You put this in....
and you get this out...