mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
$foo: "bar" !default;
|
|
@extend .baz !optional;
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["variable", "$foo"],
|
|
["punctuation", ":"],
|
|
["string", "\"bar\""],
|
|
["statement", "!default"],
|
|
["punctuation", ";"],
|
|
|
|
["keyword", "@extend"],
|
|
" .baz ",
|
|
["statement", "!optional"],
|
|
["punctuation", ";"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for statements. |