2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Move Autoprefixer's config in package.json.

This is so other plugins can use it too.
This commit is contained in:
XhmikosR
2017-09-17 08:39:45 +03:00
parent 92d3536306
commit f17443748d
3 changed files with 12 additions and 23 deletions
+10
View File
@@ -121,6 +121,16 @@
"scss/**/*.scss",
"LICENSE"
],
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"jspm": {
"registry": "npm",
"main": "js/bootstrap",