postcss.config.js 106 B raw
1
module.exports = {
2
	plugins: {
3
		"tailwindcss/nesting": {},
4
		tailwindcss: {},
5
		autoprefixer: {},
6
	},
7
};