mirror of https://github.com/zulip/zulip.git
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:
parent
dc6ba1c9e2
commit
2c8ad219b1
|
@ -500,7 +500,9 @@
|
|||
}
|
||||
|
||||
@media not screen {
|
||||
:root {
|
||||
@extend %light-theme;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen {
|
||||
|
|
Loading…
Reference in New Issue