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