mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
20 lines
364 B
Plaintext
20 lines
364 B
Plaintext
|
@media (min-width: 600px) {}
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["atrule", [
|
||
|
["rule", "@media"],
|
||
|
["punctuation", "("],
|
||
|
["property", "min-width"],
|
||
|
["punctuation", ":"],
|
||
|
" 600px",
|
||
|
["punctuation", ")"]
|
||
|
]],
|
||
|
["punctuation", "{"],
|
||
|
["punctuation", "}"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for at-rules.
|