postcss.config.js (
6
lines of code) (
raw
):
module.exports = { plugins: { "@tailwindcss/postcss7-compat": {}, autoprefixer: {}, }, };