aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.js
blob: 1b69d43b0ef15601ac05bc7bdbd39a632367f6df (plain)
1
2
3
4
5
6
module.exports = {
	plugins: {
		tailwindcss: {},
		autoprefixer: {},
	},
}