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