Files
solidjs-templates/ts-tailwindcss/postcss.config.js
T
Alexandre Mouton-Brady 5ecf3a157a Add tailwindcss template
2021-12-09 18:59:20 +01:00

8 lines
144 B
JavaScript

module.exports = {
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};