mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
c2ce89c0fb
swc_css_ast: - Add `BadUrl` to `Token`. swc_css_parser: - Implement error recovery for bad urls.
5 lines
63 B
CSS
5 lines
63 B
CSS
div {
|
|
background: url(image.png\999999);
|
|
color: red;
|
|
}
|