Plugins
Here’s how you can add PostCSS plugins - we’ll use Autoprefixer. First, install the plugin:config.js:
config.js
plugins array will be added at the end of the PostCSS plugins stack, which means they’ll run after Tailwind CSS.
Options
You may also configure PostCSS options:config.js