Files
OnJava8/docs/_style/prism-master/tests/languages/stylus/url_feature.test
2019-03-30 20:31:44 +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.