dacsslide icon indicating copy to clipboard operation
dacsslide copied to clipboard

Correct parsing for modifiers (Parse CSS to AST?)

Open olostan opened this issue 9 years ago • 0 comments

Currently modifiers are parsed with simple RegEx-es, so they are only for simple use-cases. More advanced CSS (with nesting, mixins) can fail parsing. Especially for inline modifiers.

If anyone can fix it with correct parsing it would be great.

olostan avatar Jun 03 '15 01:06 olostan