Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-08-19 13:53:19 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-19 13:53:19 +0300
commitf8b430fc944ee673c2bd08932210f527919bf9a0 (patch)
treef17149f7cbc500738fa8ac4d1002f5e8c766e13b /gulpfile.js
parent7395257d70d8c60b5c4499f297f03b75db5af230 (diff)
Update Autoprefixer rules
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index e92ae66..e17b93a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -5,7 +5,7 @@ var csscomb = require('gulp-csscomb');
var rename = require('gulp-rename');
var LessPluginAutoPrefix = require('less-plugin-autoprefix');
-var autoprefix= new LessPluginAutoPrefix({ browsers: ["last 4 versions"] });
+var autoprefix= new LessPluginAutoPrefix({ browsers: ["last 4 versions", "Explorer >= 10", "Firefox ESR"] });
gulp.task('watch', function() {
gulp.watch('./**/*.less', ['build']);