jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/less/property_feature.test

19 lines
469 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
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.