返回 AiToEarn
postcss.config.cjs
根目录 / project / aitoearn-electron / postcss.config.cjs
1 module.exports = {
2 plugins: {
3 'postcss-import': {},
4 'tailwindcss/nesting': {},
5 tailwindcss: {},
6 autoprefixer: {},
7 },
8 }
9
9 lines Plain Text