0.1.1 • Published 7 years ago

to-rem v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#to-rem

Convert pixels to rem.

Install: npm install to-rem --save

import rem from 'to-rem';

var style = {
  margin: rem(20),
  padding: rem('8 0 12'),
};
0.1.1

7 years ago

0.1.0

8 years ago