summaryrefslogblamecommitdiffstatshomepage
path: root/frontend/postcss.config.cjs
blob: 054c147cbf4a4e53873924b7120b5415853b1ed6 (plain) (tree)
1
2
3
4
5
6





                                
module.exports = {
	plugins: {
		tailwindcss: {},
		autoprefixer: {}
	}
};