0.0.5 • Published 9 years ago

valid-css-props v0.0.5

Weekly downloads
42
License
MIT
Repository
github
Last release
9 years ago

Valid CSS Props

Check for the validity of a CSS property name.

npm install valid-css-props

API

var isValidCSSProp = require('validCSSProps');

isValidCSSProp('background-color'); // => true
isValidCSSProp('abc'); // => false
isValidCSSProp('-webkit-transition'); // => true

License

MIT.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago