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

Media query inside legacy selector duplicates the legacy selector #1

Closed
raynor85 opened this issue Sep 21, 2015 · 1 comment
Closed

Comments

@raynor85
Copy link
Owner

For example this code:

.lt-ie9 {
    .select-menu {
        select {
            @media (width >= $bp-sm) {
                padding: 0 0 0 0;
            }
        }
}

Generates this incorrect css snippet:

.lt-ie9 .lt-ie9 .select-menu select {
    padding: 0;
}
raynor85 pushed a commit that referenced this issue Sep 21, 2015
@raynor85
Copy link
Owner Author

Fixed in v1.2.0

raynor85 pushed a commit that referenced this issue Sep 21, 2015
# 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