module.exports = {
	plugins: {
		"postcss-import": {},
		"tailwindcss/nesting": {},
		tailwindcss: "tailwind.config.js",
		autoprefixer: {},
	},
};