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