aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/var()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/var()/index.html')
-rw-r--r--files/ja/web/css/var()/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/ja/web/css/var()/index.html b/files/ja/web/css/var()/index.html
index 664aae3132..02a362dbf4 100644
--- a/files/ja/web/css/var()/index.html
+++ b/files/ja/web/css/var()/index.html
@@ -27,8 +27,7 @@ translation_of: Web/CSS/var()
<p>関数の最初の引数は、置換されるカスタムプロパティの名前です。関数のオプションの2番目の引数は、フォールバック値として機能します。 最初の引数で参照されるカスタムプロパティが無効な場合、関数は2番目の値を使用します。</p>
-<pre class="syntaxbox notranslate">{{csssyntax}}
-</pre>
+{{csssyntax}}
<div class="note">
<p><strong>メモ:</strong> フォールバックの構文は、カスタムプロパティの構文と同様にカンマを使用できます。たとえば <code>var(--foo, red, blue)</code> では、 <code>red, blue</code> をフォールバックとして定義します。つまり、最初のカンマから関数の最後にかけてのすべてが、フォールバック値と見なされます。</p>