old.martials.no/postcss.config.js

8 lines
158 B
JavaScript
Raw Normal View History

2022-12-04 17:51:05 +01:00
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};