aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/descriptor_(css)/index.html
blob: 95b0f0f07a47daf6123cc526d264cb6f7ac9cd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Descriptor (CSS) (記述子)
slug: Glossary/Descriptor_(CSS)
tags:
  - CSS
  - CodingScripting
  - 用語集
translation_of: Glossary/Descriptor_(CSS)
---
<p><strong>CSS 記述子</strong>は、 {{cssxref("at-rule", "@-規則")}}の性質を定義します。 @-規則は1つ以上の記述子を持つことができます。それぞれの記述子には、以下のものがあります。</p>

<ul>
 <li>名前</li>
 <li>値: コンポーネントの値</li>
 <li>"!important" フラグ: 設定されていない場合の既定の状態</li>
</ul>