Skip to content

fpoumian/normalize-css-unit

Repository files navigation

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