Files
meeting-room/frontend/node_modules/@csstools/postcss-progressive-custom-properties/CHANGELOG.md
flying-hero 96f6318101 📦 添加虚拟环境和启动脚本
新增:
- backend/venv/ - Python 虚拟环境
- backend/start.sh - 启动脚本(使用虚拟环境)
- backend/requirements.txt - 依赖列表
- .gitignore - 忽略虚拟环境和缓存文件

说明:
- 每个项目使用独立虚拟环境
- 避免依赖冲突
- 启动脚本自动创建和激活虚拟环境
2026-04-04 18:29:02 +08:00

606 B

Changes to PostCSS Progressive Custom Properties

1.3.0 (March 7, 2022)

  • Add matching rules for color-mix
  • Fix matching rules for gradient functions
  • Reduce matchers size

1.2.0 (February 15, 2022)

1.1.0 (February 12, 2022)

  • No longer uses custom properties in @supports rules.
  • Implement AST matching for values and units and generate minimal @supports for select features.

1.0.0 (February 6, 2022)

Initial release