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? 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
Describe the feature
@media
@media (min-width: 500px) { @media (min-width: 767px) { * { width-specific-color: #ff0000; } } @media (min-width: 1079px) { * { width-specific-color: #00ff00; } } window { background-color: @width-specific-color; color: #000000; } };
When reporting a feature request include the following information:
Version: 1.6.0-6-g3b86326b (makepkg)
The text was updated successfully, but these errors were encountered:
[Theme] First attempt at more cleanups and nested media support.
3499e1d
First throw at nested media support. Issue: #1189
Added an initial version, needs testing.
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Describe the feature
@media
queries would allow to re-use styleWhen reporting a feature request include the following information:
Version: 1.6.0-6-g3b86326b (makepkg)
The text was updated successfully, but these errors were encountered: