dtan/postcss.config.js
2023-11-27 13:19:14 +00:00

7 lines
81 B
JavaScript

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