Add autoprefixer

Mostly for flexbox, including leaflet-sidebar-v2 custom fork.

Unsure about Browsers to support, browserslist is a combination of:
- 'defaults', see https://github.com/ai/browserslist#queries
- "support all of the browsers that can display flexbox"
  https://davidwalsh.name/goodbye-vendor-prefixes
This commit is contained in:
Norbert Renner 2018-03-20 19:29:29 +01:00
parent 093db8bfe2
commit ed07a6c3c3
3 changed files with 6 additions and 21 deletions

View file

@ -11,7 +11,9 @@
"url": "https://github.com/nrenner/brouter-web.git"
},
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, Explorer >= 10, Android >= 4.1, Safari >= 7, iOS >= 7",
"devDependencies": {
"autoprefixer": "^8.1.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^2.7.0",
@ -25,6 +27,7 @@
"gulp-if": "^2.0.0",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-postcss": "^7.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",