|
1 | 1 | {
|
2 |
| - "@charset": "Defines the character set used by the style sheet.", |
3 |
| - "@import": "Tells the CSS engine to include an external style sheet.", |
4 |
| - "@namespace": "Tells the CSS engine that all its content must be considered prefixed with an XML namespace.", |
5 |
| - "@media": "A conditional group rule which will apply its content if the device meets the criteria of the condition defined using a media query.", |
6 |
| - "@supports": "A conditional group rule which will apply its content if the browser meets the criteria of the given condition.", |
7 |
| - "@page": "Describes the aspect of layout changes which will be applied when printing the document.", |
8 |
| - "@font-face": "Describes the aspect of an external font to be downloaded.", |
9 |
| - "@keyframes": "Describes the aspect of intermediate steps in a CSS animation sequence." |
| 2 | + "@charset": "Defines the character set used by the style sheet.", |
| 3 | + "@counter-style": "Defines specific counter styles that are not part of the predefined set of styles.", |
| 4 | + "@font-face": "Describes the aspect of an external font to be downloaded.", |
| 5 | + "@font-feature-values": "Defines common names in font-variant-alternates for feature activated differently in OpenType.", |
| 6 | + "@import": "Tells the CSS engine to include an external style sheet.", |
| 7 | + "@keyframes": "Describes the aspect of intermediate steps in a CSS animation sequence.", |
| 8 | + "@media": "A conditional group rule which will apply its content if the device meets the criteria of the condition defined using a media query.", |
| 9 | + "@namespace": "Tells the CSS engine that all its content must be considered prefixed with an XML namespace.", |
| 10 | + "@page": "Describes the aspect of layout changes which will be applied when printing the document.", |
| 11 | + "@supports": "A conditional group rule which will apply its content if the browser meets the criteria of the given condition." |
10 | 12 | }
|
0 commit comments