1.0.2 • Published 6 years ago

less-plugin-hexalpha v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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