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-29 16:43:06 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-29 16:43:06 +0300
commit8c0f6b2d3ae609b581af7d71610d50e00ab49990 (patch)
tree589f23b1d81df9b04cbb0014f5240a6c928378cb /gulpfile.js
parente78b3c34348f26d40a813612c5a3786f1c56607a (diff)
Improve Docs navbar
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 6202385..ba0cfe2 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -9,7 +9,6 @@ var paths = {
source: './src/*.scss',
doc: './docs/src/*.scss'
};
-var autoprefixer_rules = ["last 4 versions", "Explorer >= 10", "Firefox ESR"];
gulp.task('watch', function() {
gulp.watch('./**/*.scss', ['build']);