gcss
gcss copied to clipboard
Variables cannot refer to variables
$ printf '$a: black\n$b: $a\nbody\n background-color: $b\n'|gcss
body{background-color:$a;}
I expected "black".
Thanks for the issue! For now, variables cannot refer to variables. I'll try to improve this if any chance.