heroweb/templatesrcpoc/postcss.config.js
2024-09-02 08:01:44 +02:00

7 lines
124 B
JavaScript

module.exports = {
plugins: {
tailwindcss: { config: "./tailwindcss-config.js" },
autoprefixer: {},
},
};