valid-css-props
Check for the validity of a CSS property name.
Last updated 11 years ago by chenglou .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install valid-css-props 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.0.5                                ...           latest (10 years ago)

6 Versions

  • 0.0.5                                ...           10 years ago
  • 0.0.4                                ...           10 years ago
  • 0.0.3                                ...           10 years ago
  • 0.0.2                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
  • 0.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Total 1
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE