aboutsummaryrefslogtreecommitdiff
path: root/frontend/postcss.config.js
blob: 0f7721681d725ddea512a5ed734891cf6545ca3c (plain)
1
2
3
4
5
6
export default {
	plugins: {
		tailwindcss: {},
		autoprefixer: {}
	}
};