Skip to content

polyfills/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors

NPM version Build status Test coverage Dependency Status License Downloads Gittip

A simpler implementation of the proposed color function. This is basically rework-color-function without the rework dependency. Thus, it is faster and has no dependencies.

Installation

npm i css-colors

Usage

var colors = require('css-colors')

css = colors(css)