1.0.3 • Published 10 years ago

rework-plugin-colors v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

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