css-property-parser
css-property-parser copied to clipboard
Vendor prefixed shorthands get `false` from `isShorthandProperty`
import { isShorthandProperty } from 'css-property-parser';
isShorthandProperty('-webkit-transition');
// => false