diff options
Diffstat (limited to 'files/ko/web/css/var()/index.html')
-rw-r--r-- | files/ko/web/css/var()/index.html | 3 |
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> |