dacsslide
dacsslide copied to clipboard
Correct parsing for modifiers (Parse CSS to AST?)
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.