Open fastndead opened 8 months ago
Hi there. My issue is that when I use tokens inside of tokens like this:
--someColor-h: 203; --someColor-s: 9%; --someColor-l: 14%; --someColor: hsl(var(--someColor-h), var(--someColor-s), var(--someColor-l));
the preview doesn't work:
btw seems like the demo is broken and has the same issue on the --gradient-with-var
--gradient-with-var
Hi there. My issue is that when I use tokens inside of tokens like this:
the preview doesn't work: