Skip to content

Commit bf8b124

Browse files
Closed #42
1 parent cc270a0 commit bf8b124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import gulp from 'gulp';
22
import plumber from 'gulp-plumber';
3-
import * as dartSass from "sass";
4-
import gulpSass from "gulp-sass";
3+
import * as dartSass from 'sass';
4+
import gulpSass from 'gulp-sass';
55
import postcss from 'gulp-postcss';
66
import postUrl from 'postcss-url';
77
import autoprefixer from 'autoprefixer';
88
import csso from 'postcss-csso';
99
import terser from 'gulp-terser';
1010
import sharp from 'gulp-sharp-responsive';
1111
import svgo from 'gulp-svgmin';
12-
import { stacksvg } from "gulp-stacksvg";
12+
import { stacksvg } from 'gulp-stacksvg';
1313
import { deleteAsync } from 'del';
1414
import browser from 'browser-sync';
1515
import bemlinter from 'gulp-html-bemlinter';

0 commit comments

Comments
 (0)