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

Error with background position in shorthand with calc function when expandShorthandProperty is used

Open everget opened this issue 7 years ago • 0 comments

Error: 'Error parsing shorthand property background: no-repeat center bottom, center calc(100% - 1px).
invalid syntax at line 1 col 34:

  no-repeat center bottom, center calc(100% - 1px)
                                                       ^
Unexpected "a"

everget avatar Jul 17 '18 23:07 everget