hknsh-house/postcss.config.js
2024-11-10 17:25:53 +00:00

6 lines
75 B
JavaScript

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