Skip to content
Snippets Groups Projects
Commit 87552f61 authored by K. Burak Özdemir's avatar K. Burak Özdemir Committed by Alberto Siles
Browse files

Issue #3309700 by kburakozdemir: Missing comma at the end of the line

parent 82d26f2f
Branches
Tags
1 merge request!7Update gulpfile.js
......@@ -7,7 +7,7 @@ let gulp = require('gulp'),
postcss = require('gulp-postcss'),
autoprefixer = require('autoprefixer'),
postcssInlineSvg = require('postcss-inline-svg'),
browserSync = require('browser-sync').create()
browserSync = require('browser-sync').create(),
pxtorem = require('postcss-pxtorem'),
postcssProcessors = [
postcssInlineSvg({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment