mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
styles: Fix invalid CSS generated due to @extend misusage.
@extend can only be used in an element selector, not directly within @media. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
dc6ba1c9e2
commit
2c8ad219b1
@@ -500,7 +500,9 @@
|
||||
}
|
||||
|
||||
@media not screen {
|
||||
@extend %light-theme;
|
||||
:root {
|
||||
@extend %light-theme;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen {
|
||||
|
Reference in New Issue
Block a user