Files
BroadcastChannel/postcss.config.cjs
ccbikai b8ab845520 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
2024-08-06 13:02:57 +08:00

8 lines
127 B
JavaScript

module.exports = {
plugins: [
// require('postcss-nesting'),
require('autoprefixer'),
require('cssnano'),
],
}