blog-server/postcss.config.js
2024-01-14 22:57:49 +08:00

7 lines
95 B
JavaScript

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