diff --git a/.browserslistrc b/.browserslistrc index 1bfd19753..c4308e005 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,13 +1,11 @@ # https://github.com/browserslist/browserslist#readme ->= 1% -last 1 major version +>= 0.2% +last 2 major versions not dead Chrome >= 45 Firefox >= 38 -Edge >= 12 +Edge >= 15 Explorer >= 10 iOS >= 9 Safari >= 9 -Android >= 4.4 -Opera >= 30 diff --git a/docs/browser-support.md b/docs/browser-support.md index cff68ac96..82fd1f65f 100644 --- a/docs/browser-support.md +++ b/docs/browser-support.md @@ -10,19 +10,18 @@ AdminLTE comes with the same browser support as Bootstrap 4. > > For more details [look here](https://getbootstrap.com/docs/4.4/getting-started/browsers-devices/#supported-browsers). -You can find our supported range of browsers and their versions in [our .browserslistrc file](https://github.com/ColorlibHQ/AdminLTE/blob/v3-dev/.browserslistrc): +You can find our supported range of browsers and their versions in [our .browserslistrc file](https://github.com/ColorlibHQ/AdminLTE/blob/master/.browserslistrc): + ``` # https://github.com/browserslist/browserslist#readme ->= 1% -last 1 major version +>= 0.2% +last 2 major versions not dead Chrome >= 45 Firefox >= 38 -Edge >= 12 +Edge >= 15 Explorer >= 10 iOS >= 9 Safari >= 9 -Android >= 4.4 -Opera >= 30 ```