postcss.config.js (
7
lines of code) (
raw
):
module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, 'postcss-nested': {} }, }