less-plugin-hexalpha
v1.0.2
Published
less plugin for using color in hex but with alpha (#ffcc0011 and #fc01)
Downloads
3
Readme
less-plugin-hexalpha
Want to use colors set in hex format but with alpha, like:
#000f
or
#000000ff
it will convert them to:
rgba(0,0,0,1)
Get it
npm install less-plugin-hexalpha --save-dev
Usage as a less-plugin
Just write colors in format of hex+alpha #000f
or #000000ff
then compile using the plugin:
lessc --hexalpha main.less build.css