module.exports = {
plugins: {
tailwindcss: {
config: "./tailwind.dom.config.ts",
},
autoprefixer: {},
}