Skip to content

webyak/to-em

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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'),
};

About

Convert pixels to the em unit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published