use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
@media (min-width: 600px) {}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["atrule", [
|
||||
["rule", "@media"],
|
||||
["punctuation", "("],
|
||||
["property", ["min-width"]],
|
||||
["punctuation", ":"],
|
||||
" 600px",
|
||||
["punctuation", ")"]
|
||||
]],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for at-rules.
|
Reference in New Issue
Block a user