19 lines
365 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
url('foo.png')
font-url('foo.ttf')
----------------------------------------------------
[
["url", "url"],
["punctuation", "("],
["string", "'foo.png'"],
["punctuation", ")"],
["url", "font-url"],
["punctuation", "("],
["string", "'foo.ttf'"],
["punctuation", ")"]
]
----------------------------------------------------
Checks for URLs.