Socket
Book a DemoInstallSign in
Socket

rework-plugin-colors

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rework-plugin-colors

colors() plugin for rework, formerly included in core

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

browser

FAQs

Package last updated on 21 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts