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

Error with cubic-bezier args when expandShorthandProperty is used

Open everget opened this issue 7 years ago • 0 comments

Error: 'Error parsing shorthand property transition: transform .35s cubic-bezier(.68,-.55,.265,1.55),opacity .35s ease.
invalid syntax at line 1 col 33:

  transform .35s cubic-bezier(.68,-
                                  ^
Unexpected char token: "-"

everget avatar Jul 11 '18 22:07 everget