jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/less/property_feature.test
2016-02-02 21:12:02 -05:00

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.