We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ff3ab commit f1a74f0Copy full SHA for f1a74f0
css-properties-values-api/Overview.bs
@@ -281,7 +281,7 @@ the computed value is one of the following:
281
<pre class='lang-html'>
282
<link href="/style/foo/foo.css" rel="stylesheet" type="text/css">
283
<link href="/style/bar/bar.css" rel="stylesheet" type="text/css">
284
- <div style="background-image: var(--url-foo), var(---url-bar);">
+ <div style="background-image: var(--url-foo), var(--url-bar);">
285
</div>
286
</pre>
287
0 commit comments