css-property-parser icon indicating copy to clipboard operation
css-property-parser copied to clipboard

Vendor prefixed shorthands get `false` from `isShorthandProperty`

Open everget opened this issue 7 years ago • 0 comments

import { isShorthandProperty } from 'css-property-parser';

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

everget avatar Aug 03 '18 15:08 everget