jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/less/atrule_feature.test

25 lines
445 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
@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.