feat: enhance CSS handling and optimize global styles

- Enabled PostCSS nesting with specific configuration for modern compatibility
- Added global CSS reset for consistent tap highlights across browsers
- Optimized package configuration for broader browser support
- Refactored and streamlined global CSS, removing redundant styles for better maintainability
- Integrated additional CSS import in component for modular styling approach
This commit is contained in:
ccbikai
2024-08-06 19:02:56 +08:00
parent a1b7f80017
commit bd7bba2f06
6 changed files with 234 additions and 197 deletions

View File

@@ -47,5 +47,8 @@
},
"lint-staged": {
"*": "eslint --fix"
}
},
"browserslist": [
"defaults"
]
}