Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables cannot refer to variables #13

Open
tv42 opened this issue Nov 21, 2014 · 1 comment
Open

Variables cannot refer to variables #13

tv42 opened this issue Nov 21, 2014 · 1 comment

Comments

@tv42
Copy link

tv42 commented Nov 21, 2014

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

I expected "black".

@yosssi
Copy link
Owner

yosssi commented Nov 23, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants