Files
bishengWeb/postcss.config.js
zhangkai b825dcd4d5 1
2024-06-05 14:27:06 +08:00

8 lines
114 B
JavaScript

module.exports = {
plugins: {
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};