mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-06-05 07:26:45 +00:00
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:
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
// require('postcss-nesting'),
|
||||
require('autoprefixer'),
|
||||
require('cssnano'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user