0.1.0 • Published 8 years ago

to-rgba v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

#to-rgba

Convert hex colors to rgba.

Install: npm i to-rgba --save

import rgba from 'to-rgba';

var style = {
  background: rgba('#000', 0.1)
  // background: 'rgba(0, 0, 0, 0.1)'
};
0.1.0

8 years ago