0.1.1 • Published 8 years ago

to-em v0.1.1

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

#to-em

Convert pixels to the em unit.

Install: npm install to-em --save

import em from 'to-em';

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

8 years ago

0.1.0

8 years ago