aboutsummaryrefslogtreecommitdiffstats
path: root/app/postcss.config.cjs
blob: 16dce0bc5f726362573da641d6d7a79e37f8818a (plain) (blame)
1
2
3
4
5
6
module.exports = {
	plugins: {
		tailwindcss: {},
		autoprefixer: {},
	},
}