新增: - backend/venv/ - Python 虚拟环境 - backend/start.sh - 启动脚本(使用虚拟环境) - backend/requirements.txt - 依赖列表 - .gitignore - 忽略虚拟环境和缓存文件 说明: - 每个项目使用独立虚拟环境 - 避免依赖冲突 - 启动脚本自动创建和激活虚拟环境
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
# MDN CSS data
|
|
|
|
This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
|
|
|
|
## Different types of CSS data
|
|
|
|
The CSS data is split into these parts:
|
|
|
|
* **at-rules**:
|
|
[data](https://github.com/mdn/data/blob/master/css/at-rules.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/at-rules.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/at-rules.md)
|
|
* **properties**:
|
|
[data](https://github.com/mdn/data/blob/master/css/properties.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/properties.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/properties.md)
|
|
* **selectors**:
|
|
[data](https://github.com/mdn/data/blob/master/css/selectors.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/selectors.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/selectors.md)
|
|
* **syntaxes**:
|
|
[data](https://github.com/mdn/data/blob/master/css/syntaxes.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/syntaxes.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/syntaxes.md)
|
|
* **types**:
|
|
[data](https://github.com/mdn/data/blob/master/css/types.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/types.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/types.md)
|
|
* **units**:
|
|
[data](https://github.com/mdn/data/blob/master/css/units.json) |
|
|
[schema](https://github.com/mdn/data/blob/master/css/units.schema.json) |
|
|
[docs](https://github.com/mdn/data/blob/master/css/units.md)
|