mahirshah / css-property-parser

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

Support Calc Property for All Lengths/Percentages #10

Open mahirshah opened 6 years ago

mahirshah commented 6 years ago

Currently, calc(...) is not supported by any of the property parsers. Add calc() support to the length and percentage grammars.