mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-24 15:09:44 +00:00
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:
@@ -1,6 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
// require('postcss-nesting'),
|
||||
require('postcss-nesting')({
|
||||
edition: '2021',
|
||||
noIsPseudoSelector: true,
|
||||
}),
|
||||
require('autoprefixer'),
|
||||
require('cssnano'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user