We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee32fe commit a9e2d09Copy full SHA for a9e2d09
1 file changed
css-variables-1/Overview.bs
@@ -308,7 +308,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
308
<pre class='lang-css'>
309
:root,
310
:root:lang(en) {--external-link: "external link";}
311
- :root:lang(de) {--external-link: "externer Link";}
+ :root:lang(el) {--external-link: "εξωτερικός σύνδεσμος";}
312
313
a[href^="http"]::after {content: " (" var(--external-link) ")"}
314
</pre>
0 commit comments