mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-13 23:16:46 +00:00
- 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
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
// require('postcss-nesting'),
|
|
require('autoprefixer'),
|
|
require('cssnano'),
|
|
],
|
|
}
|