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

@@ -1,7 +1,3 @@
@view-transition {
navigation: auto;
}
.site-title {
view-transition-name: site-title;
transition: 0.2s ease;
@@ -11,8 +7,11 @@
transition: 0.2s ease;
}
[popover]:not(:popover-open):not(dialog[open]) {
[popover] {
display: none;
&:popover-open {
display: block;
}
}
.image-preview-wrap {