check-css-prop
v1.0.3
Published
Check CSS Property availability.
Downloads
9
Readme
check-css-prop
Check CSS Property availability.
Install
npm install check-css-prop --saveUsage
import checkCssProp from 'check-css-prop';
checkCssProp('font-size')
// => fontSize
checkCssProp('object-fit')
// => webkitObjetFitresult
If browser support the given propName, it will return the name in CamelCase.
If not, it will check for vendro prefix.
