j2css / j2c

CSS in JS library, tiny yet featureful

Home Page:https://j2c.py.gy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper `&` support

pygy opened this issue · comments

& has other issues beside #18:

Currently, the & operator works by splitting on &, regardless of its position. & in strings should be ignored, at the very least.

Fixed in the v1_preview branch.