mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
font-weight:
|
|
@{foobar} :
|
|
background-@{foo}:
|
|
box-shadow+:
|
|
transform+_:
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["property", "font-weight"], ["punctuation", ":"],
|
|
["property", "@{foobar}"], ["punctuation", ":"],
|
|
["property", "background-@{foo}"], ["punctuation", ":"],
|
|
["property", "box-shadow+"], ["punctuation", ":"],
|
|
["property", "transform+_"], ["punctuation", ":"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for properties. |