old.martials.no/postcss.config.js
2022-12-23 14:57:53 +01:00

8 lines
154 B
JavaScript

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