mahirshah / css-property-parser

Validate css properties and expand shorthand css properties
MIT License
60 stars 6 forks source link

Fix redundant quote in ParseError argument #24

Closed everget closed 6 years ago

everget commented 6 years ago

Fixes incorrect error messages like

'Error parsing shorthand property ${propertyName}: ${propertyValue}. ${parseError.message}
everget commented 6 years ago

@mahirshah @chriseppstein

mahirshah commented 6 years ago

Thanks for the fix