Home
last modified time | relevance | path

Searched refs:hasCustomStyles (Results 1 – 1 of 1) sorted by relevance

/openbmc/webui-vue/
H A Dvue.config.js11 const hasCustomStyles = process.env.CUSTOM_STYLES === 'true'; constant in module.exports.css.loaderOptions.sass
12 if (hasCustomStyles && envName !== undefined) {
29 const hasCustomStyles = process.env.CUSTOM_STYLES === 'true'; constant in module.exports.css.loaderOptions.scss
30 if (hasCustomStyles && envName !== undefined) {