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

20 lines
364 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
@media (min-width: 600px) {}
----------------------------------------------------
[
["atrule", [
["rule", "@media"],
["punctuation", "("],
["property", "min-width"],
["punctuation", ":"],
" 600px",
["punctuation", ")"]
]],
["punctuation", "{"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for at-rules.