/* eslint-disable */ const path = require("path"); module.exports = { sassOptions: { includePaths: [path.join(__dirname, "styles")], }, };