Showing
2 changed files
with
1 additions
and
1 deletions
@@ -171,7 +171,7 @@ gulp.task('font', () => { | @@ -171,7 +171,7 @@ gulp.task('font', () => { | ||
171 | 171 | ||
172 | // postcss compile in pro | 172 | // postcss compile in pro |
173 | gulp.task('postcss', ['assets'], () => { | 173 | gulp.task('postcss', ['assets'], () => { |
174 | - return gulp.src(['scss/index.css', 'scss/shop.css']) | 174 | + return gulp.src(['scss/shop.css', 'scss/index.css']) |
175 | .pipe(postcss(postcssPlugin(env.pro))) | 175 | .pipe(postcss(postcssPlugin(env.pro))) |
176 | .pipe(cssnano({ | 176 | .pipe(cssnano({ |
177 | safe: true | 177 | safe: true |
No preview for this file type
-
Please register or login to post a comment