rework-plugin-colors

1.0.3 • Public • Published

rework-plugin-colors

Build Status

colors() plugin for rework, formerly included in core

Add color manipulation helpers such as rgba(#fc0, .5).

button {
  background: rgba(#ccc.5);
}

yields:

button {
  background: rgba(204, 204, 204, .5);
}

/rework-plugin-colors/

    Package Sidebar

    Install

    npm i rework-plugin-colors

    Weekly Downloads

    8

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • jongleberry
    • conradz
    • necolas
    • slexaxton
    • bclinkinbeard