module.exports = { plugins: [ require('tailwindcss'), // Production: require('postcss-import'), require('autoprefixer'), ], }