|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.5 KB
|
| Rev | Line | |
|---|
| [9af201e] | 1 | # MDN CSS data
|
|---|
| 2 |
|
|---|
| 3 | This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
|
|---|
| 4 |
|
|---|
| 5 | ## Different types of CSS data
|
|---|
| 6 |
|
|---|
| 7 | The CSS data is split into these parts:
|
|---|
| 8 |
|
|---|
| 9 | * **at-rules**:
|
|---|
| 10 | [data](https://github.com/mdn/data/blob/master/css/at-rules.json) |
|
|---|
| 11 | [schema](https://github.com/mdn/data/blob/master/css/at-rules.schema.json) |
|
|---|
| 12 | [docs](https://github.com/mdn/data/blob/master/css/at-rules.md)
|
|---|
| 13 | * **properties**:
|
|---|
| 14 | [data](https://github.com/mdn/data/blob/master/css/properties.json) |
|
|---|
| 15 | [schema](https://github.com/mdn/data/blob/master/css/properties.schema.json) |
|
|---|
| 16 | [docs](https://github.com/mdn/data/blob/master/css/properties.md)
|
|---|
| 17 | * **selectors**:
|
|---|
| 18 | [data](https://github.com/mdn/data/blob/master/css/selectors.json) |
|
|---|
| 19 | [schema](https://github.com/mdn/data/blob/master/css/selectors.schema.json) |
|
|---|
| 20 | [docs](https://github.com/mdn/data/blob/master/css/selectors.md)
|
|---|
| 21 | * **syntaxes**:
|
|---|
| 22 | [data](https://github.com/mdn/data/blob/master/css/syntaxes.json) |
|
|---|
| 23 | [schema](https://github.com/mdn/data/blob/master/css/syntaxes.schema.json) |
|
|---|
| 24 | [docs](https://github.com/mdn/data/blob/master/css/syntaxes.md)
|
|---|
| 25 | * **types**:
|
|---|
| 26 | [data](https://github.com/mdn/data/blob/master/css/types.json) |
|
|---|
| 27 | [schema](https://github.com/mdn/data/blob/master/css/types.schema.json) |
|
|---|
| 28 | [docs](https://github.com/mdn/data/blob/master/css/types.md)
|
|---|
| 29 | * **units**:
|
|---|
| 30 | [data](https://github.com/mdn/data/blob/master/css/units.json) |
|
|---|
| 31 | [schema](https://github.com/mdn/data/blob/master/css/units.schema.json) |
|
|---|
| 32 | [docs](https://github.com/mdn/data/blob/master/css/units.md)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.