reworkcss / rework-plugin-colors

colors() plugin for rework, formerly included in core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
}

About

colors() plugin for rework, formerly included in core

License:MIT License


Languages

Language:JavaScript 100.0%