Files
bishengWeb/postcss.config.js

8 lines
114 B
JavaScript
Raw Normal View History

2024-06-05 14:27:06 +08:00
module.exports = {
plugins: {
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};