statement_feature.test
411 Bytes
$foo: "bar" !default;
@extend .baz !optional;
----------------------------------------------------
[
["variable", "$foo"],
["punctuation", ":"],
["string", "\"bar\""],
["statement", "!default"],
["punctuation", ";"],
["keyword", "@extend"],
" .baz ",
["statement", "!optional"],
["punctuation", ";"]
]
----------------------------------------------------
Checks for statements.