24 lines
No EOL
464 B
Text
24 lines
No EOL
464 B
Text
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. |