We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
Fixed: #1
561da2d
Fixed in v1.2.0
Sorry, something went wrong.
140d3d5
No branches or pull requests
For example this code:
Generates this incorrect css snippet:
The text was updated successfully, but these errors were encountered: