PrettyCSS icon indicating copy to clipboard operation
PrettyCSS copied to clipboard

Add syntax parser

Open fidian opened this issue 13 years ago • 0 comments

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.

fidian avatar Nov 15 '12 21:11 fidian