kushidesign / kushi

UI design library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `$` syntax in css shorthand

paintparty opened this issue · comments

:bbe—1px:solid:$gray200
should resolve to:
{border-block-end: 1px solid var(--gray200}