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

linear gradients fail to parse

Open chriseppstein opened this issue 8 years ago • 0 comments

Error: 'Error parsing shorthand property background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1). invalid syntax at line 1 col 2:

  -webkit-linear-gradient(top, #f5f5f5, #f1f1f1)
   ^
Unexpected "w"
Error: 'Error parsing shorthand property background: linear-gradient(to top, #f5f5f5, #f1f1f1). invalid syntax at line 1 col 17:

  linear-gradient(to top, #f5f5f5, #f1f1f1)
                  ^
Unexpected "t"

chriseppstein avatar Oct 13 '17 20:10 chriseppstein