aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/var()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/var()/index.html')
-rw-r--r--files/zh-cn/web/css/var()/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/var()/index.html b/files/zh-cn/web/css/var()/index.html
index 25af709130..281a7dcf48 100644
--- a/files/zh-cn/web/css/var()/index.html
+++ b/files/zh-cn/web/css/var()/index.html
@@ -20,8 +20,7 @@ translation_of: Web/CSS/var()
<p>方法的第一个参数是要替换的自定义属性的名称。函数的可选第二个参数用作回退值。如果第一个参数引用的自定义属性无效,则该函数将使用第二个值。</p>
-<pre class="syntaxbox notranslate">{{csssyntax}}
-</pre>
+{{csssyntax}}
<div class="note">
<p>注意:自定义属性的回退值允许使用逗号。例如, <code>var(--foo, red, blue)</code> 将<code>red, blue</code>同时指定为回退值;即是说任何在第一个逗号之后到函数结尾前的值都会被考虑为回退值。</p>