Skip to content

Commit 39e1ce8

Browse files
committed
chore: missing )
1 parent 446a68a commit 39e1ce8

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
@@ -175,7 +175,7 @@ function buildCss(src) {
175175
postcssUrl({ url: 'inline', encodeType: 'base64' })
176176
]))/* @if css-module */
177177
// Use .module.css naming convention
178-
.pipe(gulpif(f => f.basename.endsWith('.module.css'), cssModule())/* @endif */;
178+
.pipe(gulpif(f => f.basename.endsWith('.module.css'), cssModule()))/* @endif */;
179179
}
180180

181181
function build() {

0 commit comments

Comments
 (0)