mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
25 lines
445 B
Plaintext
25 lines
445 B
Plaintext
@media {}
|
|
@media screen and (min-width: 320px) {}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["atrule", [
|
|
"@media"
|
|
]],
|
|
["punctuation", "{"], ["punctuation", "}"],
|
|
|
|
["atrule", [
|
|
"@media screen and ",
|
|
["punctuation", "("],
|
|
"min-width",
|
|
["punctuation", ":"],
|
|
" 320px",
|
|
["punctuation", ")"]
|
|
]],
|
|
["punctuation", "{"], ["punctuation", "}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for at-rules. |