less-plugin-hexalpha

1.0.2 • Public • Published

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

/less-plugin-hexalpha/

    Package Sidebar

    Install

    npm i less-plugin-hexalpha

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • crystalstorm