Files
smail/apps/next/postcss.config.js
akazwz 02ff9e872d init
2024-01-13 21:19:42 +08:00

7 lines
83 B
JavaScript

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