Files
solidjs-templates/ts-tailwindcss/postcss.config.js
T

8 lines
144 B
JavaScript

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