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

Error with vendor prefix in transition property when expandShorthandProperty is used

Open everget opened this issue 7 years ago • 0 comments

Error: 'Error parsing shorthand property transition: -webkit-transform 0.3s ease-out.
invalid syntax at line 1 col 1:

  -
  ^
Unexpected char token: "-"

everget avatar Jul 15 '18 12:07 everget