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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user