dd/postcss.config.js
hellcat 5f37124e8e 1
2025-05-07 18:25:24 +08:00

7 lines
93 B
JavaScript
Executable File

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};