1.0.1 • Published 7 years ago

normalize-css-unit v1.0.1

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

normalize-css-unit

Normalize CSS Unit

npm npm Travis branch Codecov branch Commitizen friendly styled with prettier Code of Conduct Roadmap

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