heroweb/templatesrcpoc/postcss.config.js

7 lines
124 B
JavaScript
Raw Normal View History

2024-09-02 06:01:44 +00:00
module.exports = {
plugins: {
tailwindcss: { config: "./tailwindcss-config.js" },
autoprefixer: {},
},
};