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

Broken behavior with media queries #56

Closed
dahlia opened this issue Nov 2, 2012 · 2 comments
Closed

Broken behavior with media queries #56

dahlia opened this issue Nov 2, 2012 · 2 comments

Comments

@dahlia
Copy link
Member

dahlia commented Nov 2, 2012

The following SCSS cause segmentation fault:

@media (min-width: 980px) {
    a {
        color: red;
    }
}
$ bin/sassc t.scss 
Segmentation fault: 11

It seems a regression, because it worked well at least when it’s 322edca.

(Forwarded from sass/libsass-python#2.)

@akhleung
Copy link

akhleung commented Nov 2, 2012

Should be fixed. Please give it a try!

@dahlia
Copy link
Member Author

dahlia commented Nov 3, 2012

Works again.

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

No branches or pull requests

3 participants