cards/clients/solid/postcss.config.cjs

8 lines
144 B
JavaScript
Raw Normal View History

2024-10-15 21:09:11 -04:00
module.exports = {
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};