1
0
mirror of https://github.com/kognise/water.css.git synced 2025-01-29 09:27:37 +01:00

Added recommended browserslist

This commit is contained in:
Kyle Pollard 2019-04-07 18:18:27 -07:00
parent c302231819
commit dd3d306692

View File

@ -32,5 +32,10 @@
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5"
}
},
"browserslist": [
"last 1 version",
"not dead",
"> 0.2%"
]
}