export default {
	plugins: {
		'postcss-import-ext-glob': {},
		'postcss-import': {},
		'tailwindcss/nesting': {},
		'postcss-nested': {},
		tailwindcss: {},
		autoprefixer: {},
		cssnano: { preset: 'default' }
	},
};