Files
OnJava8/docs/_style/prism-master/tests/languages/less/property_feature.test
2019-03-30 20:31:44 +08:00

19 lines
487 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.