Files
zeekerWatchmen/web/postcss.config.js
2026-05-25 15:09:42 +08:00

7 lines
83 B
JavaScript

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