Searched refs:hasCustomStyles (Results 1 – 1 of 1) sorted by relevance
11 const hasCustomStyles = process.env.CUSTOM_STYLES === 'true'; constant in module.exports.css.loaderOptions.sass12 if (hasCustomStyles && envName !== undefined) {29 const hasCustomStyles = process.env.CUSTOM_STYLES === 'true'; constant in module.exports.css.loaderOptions.scss30 if (hasCustomStyles && envName !== undefined) {