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

Normal CSS doesn't work within conditionals #14

Closed
d4tocchini opened this issue Feb 18, 2014 · 2 comments
Closed

Normal CSS doesn't work within conditionals #14

d4tocchini opened this issue Feb 18, 2014 · 2 comments

Comments

@d4tocchini
Copy link
Member

Normal CSS within an @if @else conditional is ignored. For example:

.post {
  @if ::[height] >= 500 {
    color: blue;
  } @else {
    color: red;
  }
}

The conditional values of .post's color are ignored.

@dlee
Copy link

dlee commented Feb 22, 2015

It seems like this is fixed in v2.0.

@Inviz
Copy link
Contributor

Inviz commented Feb 22, 2015

Indeed it should work now. There're still may be edge cases, please file issues if you find any.

@Inviz Inviz closed this as completed Feb 22, 2015
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

3 participants