gcss icon indicating copy to clipboard operation
gcss copied to clipboard

Variables cannot refer to variables

Open tv42 opened this issue 11 years ago • 1 comments

$ printf '$a: black\n$b: $a\nbody\n  background-color: $b\n'|gcss
body{background-color:$a;}

I expected "black".

tv42 avatar Nov 21 '14 03:11 tv42

Thanks for the issue! For now, variables cannot refer to variables. I'll try to improve this if any chance.

yosssi avatar Nov 23 '14 14:11 yosssi