Unitless CSS Property
Provides a simple helper to check for unitless CSS property names. It also checks for prefixed and hyphenated property names.
Installation
npm i --save unitless-css-property
Usage
// basic property // => true// prefixed property // => true// hypenated property // => true// prefixed and hypenated property // => true // => false
License
Licensed under the MIT License.
Created with ♥ by @rofrischmann.