effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/stylus/url_feature.test
2019-03-14 13:10:17 +08:00

21 lines
447 B
Plaintext

background: url('foo.png')
background: url("foo/bar.jpg")
----------------------------------------------------
[
["property-declaration", [
["property", ["background"]],
["punctuation", ":"],
["url", "url('foo.png')"]
]],
["property-declaration", [
["property", ["background"]],
["punctuation", ":"],
["url", "url(\"foo/bar.jpg\")"]
]]
]
----------------------------------------------------
Checks for urls.