normalize-css-unit
v1.0.1
Published
Normalize CSS Unit
Downloads
24
Maintainers
Readme
normalize-css-unit
Normalize CSS Unit
Highlights
// TODO
Installation
npm install --save normalize-css-unit
Usage
import normalizeCSSUnit from 'normalize-css-unit';
normalizeCSSUnit(100);
//=> '100px'
normalizeCSSUnit('100rem ');
//=> '100rem'
FAQ
Why should I use normalize-css-unit
?
// TODO
Contributors
Thanks goes to these people (emoji key):
| Fernando Poumián💻 📖 🚇 | | :---: |
This project follows the all-contributors specification. Contributions of any kind welcome!
Related
// TODO
License
MIT © Fernando Poumián