feat: enhance CSS processing and content rendering

- Added postcss-nesting for improved CSS nesting support
- Updated dependencies to support new CSS processing features
- Modified HTML content handling to improve accessibility and styling
- Enhanced post content parsing for better rendering and SEO
This commit is contained in:
ccbikai
2024-08-06 13:02:57 +08:00
parent 8f0a1335fd
commit b8ab845520
7 changed files with 67 additions and 16 deletions

View File

@@ -37,6 +37,7 @@
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.8",
"postcss-nesting": "^13.0.0",
"prettier-plugin-astro": "^0.14.1",
"simple-git-hooks": "^2.11.1",
"std-env": "^3.7.0"