PrettyCSS
PrettyCSS copied to clipboard
Add syntax parser
There's a lot of code that repeats itself in a generic way. It would be nice to specify a generator for the code so a CSS property could be defined as
width: unit
background-image: <bg-image>#
box-sizing: content-box | border-box | inherit
Let the code parse the above into some sort of grammar that's used internally.