fuse_next/postcss.config.cjs

8 lines
85 B
JavaScript
Executable File

const config = {
plugins: {
tailwindcss: {},
},
};
module.exports = config;