Files
solidjs-templates/ts-tailwindcss/postcss.config.js
T
2021-12-12 19:52:47 -06:00

8 lines
140 B
JavaScript

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