Revert "make the relativethemePath relative to the project root instead of src root"

This reverts commit c6f18674
This commit is contained in:
Art Lowel
2019-06-06 09:28:34 +02:00
parent 2008c8bc92
commit a6bb83b4f8

View File

@@ -58,7 +58,7 @@ else {
themePath = srcPath; themePath = srcPath;
} }
const relativeThemePath = path.relative(projectRoot('./'), themePath); const relativeThemePath = path.relative(srcPath, themePath);
const globalCSSImports = (env) => { return [ const globalCSSImports = (env) => { return [
buildRoot('styles/_variables.scss', env), buildRoot('styles/_variables.scss', env),