aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/css_variables/index.html
blob: 56efa433e7efe0cf271f724a18259fbbefe56695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: CSS Custom Properties for Cascading Variables
slug: Web/CSS/CSS_Variables
translation_of: Web/CSS/CSS_Variables
---
<div>{{cssref}}</div>

<p><strong>CSS Custom Properties for Cascading Variables</strong></p>

<p>캐스케이딩 변수를 위한 CSS 사용자지정 속성은, 반복적으로 사용가능한 사용자지정 속성을 만들 수 있게 해주는 모듈입니다.</p>

<h2 id="CSS_속성">CSS 속성</h2>

<div class="index">
<ul>
 <li>{{cssxref("--*")}}</li>
</ul>
</div>

<h2 id="명세">명세</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("CSS3 Variables")}}</td>
   <td>{{Spec2("CSS3 Variables")}}</td>
   <td>Initial definition</td>
  </tr>
 </tbody>
</table>