aboutsummaryrefslogtreecommitdiff
path: root/files/ko/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/ko/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/ko/web/css/var()/index.html')
-rw-r--r--files/ko/web/css/var()/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/ko/web/css/var()/index.html b/files/ko/web/css/var()/index.html
index 49dd9ffb37..a4f904b4e2 100644
--- a/files/ko/web/css/var()/index.html
+++ b/files/ko/web/css/var()/index.html
@@ -23,8 +23,7 @@ translation_of: Web/CSS/var()
<p>첫 번째 인수는 값을 가져올 사용자 지정 속성의 이름입니다. 선택적으로 제공할 수 있는 두 번째 인수는 대체값으로, 대상 사용자 지정 속성이 유효하지 않은 경우 대신 사용합니다.</p>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<div class="note">
<p><strong>참고:</strong> 대체값 구문은 사용자 지정 속성 구문과 동일하게 쉼표를 허용합니다. 그러므로 <code>var(--foo, red, blue)</code>의 대체값은 쉼표까지 포함한 <code>red, blue</code>입니다. 말하자면 첫 번째 쉼표의 뒤쪽은 모두 대체값이 되는 것입니다.</p>