module.exports = { style: { postcss: { plugins: [ require("tailwindcss")("./tailwind.config.js"), require("postcss-nested"), ], }, }, };