postcss-color-hexa

1.2.4 • Public • Published

postcss-color-hexa Build Status

A postcss plugin that enables the use of hexa() to combine hex codes and opacity into rgba()


Input

body {
    background: hexa(#abc0.1);
}

Output

body {
    background: rgba(170, 187, 204, 0.1);
}

Usage

postcss([require('postcss-color-hexa')]);

Install

npm install --save postcss-color-hexa

Package Sidebar

Install

npm i postcss-color-hexa

Weekly Downloads

7

Version

1.2.4

License

MIT

Last publish

Collaborators

  • nicksheffield