aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/var()/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-03-15 18:56:01 +0100
committerGitHub <noreply@github.com>2021-03-15 18:56:01 +0100
commit1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch)
tree032aa6be1de60c220df8cf308806e05532f58aec /files/ja/web/css/var()/index.html
parent8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff)
downloadtranslated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz
translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2
translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip
remove pre for CSSSyntaxd (#175)
``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ```
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>