We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39093da commit b721305Copy full SHA for b721305
template/gulp-tasks/compilers.js
@@ -17,7 +17,7 @@ export function customSass(content, callback, compiler, filePath) {
17
const relativePath = path.relative(
18
path.dirname(filePath),
19
path.resolve(dirs.srcClient, 'style/global.scss')
20
- );
+ ).replace(/\\/g, '/'); // Replace backslashes with forward slashes (windows)
21
22
// Global SCSS
23
//
0 commit comments