mahirshah / css-property-parser

Validate css properties and expand shorthand css properties
MIT License
60 stars 6 forks source link

Vendor prefixed shorthands get `false` from `isShorthandProperty` #31

Open everget opened 6 years ago

everget commented 6 years ago
import { isShorthandProperty } from 'css-property-parser';

isShorthandProperty('-webkit-transition');
// => false