You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.5 KiB

4 years ago
  1. # MDN CSS data
  2. This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
  3. ## Different types of CSS data
  4. The CSS data is split into these parts:
  5. * **at-rules**:
  6. [data](https://github.com/mdn/data/blob/master/css/at-rules.json) |
  7. [schema](https://github.com/mdn/data/blob/master/css/at-rules.schema.json) |
  8. [docs](https://github.com/mdn/data/blob/master/css/at-rules.md)
  9. * **properties**:
  10. [data](https://github.com/mdn/data/blob/master/css/properties.json) |
  11. [schema](https://github.com/mdn/data/blob/master/css/properties.schema.json) |
  12. [docs](https://github.com/mdn/data/blob/master/css/properties.md)
  13. * **selectors**:
  14. [data](https://github.com/mdn/data/blob/master/css/selectors.json) |
  15. [schema](https://github.com/mdn/data/blob/master/css/selectors.schema.json) |
  16. [docs](https://github.com/mdn/data/blob/master/css/selectors.md)
  17. * **syntaxes**:
  18. [data](https://github.com/mdn/data/blob/master/css/syntaxes.json) |
  19. [schema](https://github.com/mdn/data/blob/master/css/syntaxes.schema.json) |
  20. [docs](https://github.com/mdn/data/blob/master/css/syntaxes.md)
  21. * **types**:
  22. [data](https://github.com/mdn/data/blob/master/css/types.json) |
  23. [schema](https://github.com/mdn/data/blob/master/css/types.schema.json) |
  24. [docs](https://github.com/mdn/data/blob/master/css/types.md)
  25. * **units**:
  26. [data](https://github.com/mdn/data/blob/master/css/units.json) |
  27. [schema](https://github.com/mdn/data/blob/master/css/units.schema.json) |
  28. [docs](https://github.com/mdn/data/blob/master/css/units.md)