Skip to content
New issue

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

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

Already on GitHub? # to your account

Nesting set inside ifset #85

Open
tealborder opened this issue Apr 25, 2018 · 0 comments
Open

Nesting set inside ifset #85

tealborder opened this issue Apr 25, 2018 · 0 comments

Comments

@tealborder
Copy link

tealborder commented Apr 25, 2018

My php file I pass a variable such as:

$userTheme = 'blueTheme';
'vars' => [$userTheme => true]

Can't seem to do:

@ifset blueTheme {
    @set mainColor #0000ff;
}
@ifset purpleTheme {
    @set mainColor #7a00e1;
}

p {
    background-color: $(mainColor);
}

If I run this, the p background color is always set as the last defined @set mainColor

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

No branches or pull requests

1 participant