npm.io
1.0.2 • Published 9 years ago

@f/css-unitless

Licence
MIT
Version
1.0.2
Deps
1
Vulns
0
Weekly
0
Stars
2

css-unitless

Build status Git tag NPM version Code style

List of unitless css properties

Installation

$ npm install @f/css-unitless

Usage

var unitless = require('@f/css-unitless')

function defaultUnits (key, value) {
  if (!unitless[key] && isNumber(value)) {
    return value + 'px'
  }

  return value
}

License

MIT