File: README.md

package info (click to toggle)
node-mdn-data 2.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: javascript: 98; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,937 bytes parent folder | download | duplicates (2)
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
38
39
40
# MDN CSS data

This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.

## How to update the CSS JSON DB

A guide to making changes is provided in the [How to update the CSS JSON DB](../docs/updating_css_json.md) document.

## Different types of CSS data

The CSS data is split into these parts:

- **at-rules**:
  [data](https://github.com/mdn/data/blob/main/css/at-rules.json) |
  [schema](https://github.com/mdn/data/blob/main/css/at-rules.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/at-rules.md)
- **functions**:
  [data](https://github.com/mdn/data/blob/main/css/functions.json) |
  [schema](https://github.com/mdn/data/blob/main/css/functions.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/functions.md)
- **properties**:
  [data](https://github.com/mdn/data/blob/main/css/properties.json) |
  [schema](https://github.com/mdn/data/blob/main/css/properties.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/properties.md)
- **selectors**:
  [data](https://github.com/mdn/data/blob/main/css/selectors.json) |
  [schema](https://github.com/mdn/data/blob/main/css/selectors.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/selectors.md)
- **syntaxes**:
  [data](https://github.com/mdn/data/blob/main/css/syntaxes.json) |
  [schema](https://github.com/mdn/data/blob/main/css/syntaxes.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/syntaxes.md)
- **types**:
  [data](https://github.com/mdn/data/blob/main/css/types.json) |
  [schema](https://github.com/mdn/data/blob/main/css/types.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/types.md)
- **units**:
  [data](https://github.com/mdn/data/blob/main/css/units.json) |
  [schema](https://github.com/mdn/data/blob/main/css/units.schema.json) |
  [docs](https://github.com/mdn/data/blob/main/css/units.md)