mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
24 lines
464 B
Plaintext
24 lines
464 B
Plaintext
color: red;
|
|
background-color: blue;
|
|
-webkit-transform: none;
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["property", "color"],
|
|
["punctuation", ":"],
|
|
" red",
|
|
["punctuation", ";"],
|
|
["property", "background-color"],
|
|
["punctuation", ":"],
|
|
" blue",
|
|
["punctuation", ";"],
|
|
["property", "-webkit-transform"],
|
|
["punctuation", ":"],
|
|
" none",
|
|
["punctuation", ";"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for properties. |