Skip to content

Commit 7993283

Browse files
committed
chore(dumber): dart-sass sync mode is faster
1 parent 51ffd74 commit 7993283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumber/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function buildCss(src) {
155155
.pipe(less())
156156
// @endif
157157
// @if sass
158-
.pipe(isProduction ? sass() : sass().on('error', sass.logError))
158+
.pipe(isProduction ? sass.sync() : sass.sync().on('error', sass.logError))
159159
// @endif
160160
.pipe(postcss([
161161
autoprefixer(),

0 commit comments

Comments
 (0)