const postcssNesting = require("postcss-nesting"); module.exports = { plugins: [postcssNesting()], };