diff options
| author | XhmikosR <[email protected]> | 2019-01-27 21:42:15 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | e2fd847032df9b516261033e42a296aa93039893 (patch) | |
| tree | a1269d7799626ac6a0955531bf3312e563f2e4ff | |
| parent | d95d30029f8d63190eb242c9914cee16b6b90627 (diff) | |
| download | bootstrap-e2fd847032df9b516261033e42a296aa93039893.tar.xz bootstrap-e2fd847032df9b516261033e42a296aa93039893.zip | |
browsers-devices.md: Read .browserslistrc instead of duplicating the content.
| -rw-r--r-- | site/content/docs/4.3/getting-started/browsers-devices.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md index ccbdf3ac0..a97ec627e 100644 --- a/site/content/docs/4.3/getting-started/browsers-devices.md +++ b/site/content/docs/4.3/getting-started/browsers-devices.md @@ -15,18 +15,7 @@ Alternative browsers which use the latest version of WebKit, Blink, or Gecko, wh You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc): ```text -# https://github.com/browserslist/browserslist#readme - ->= 1% -last 1 major version -not dead -Chrome >= 45 -Firefox >= 38 -Edge >= 12 -iOS >= 9 -Safari >= 9 -Android >= 4.4 -Opera >= 30 +{{< rf.inline >}}{{ readFile ".browserslistrc" }}{{< /rf.inline >}} ``` We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intended browser support via CSS prefixes, which uses [Browserslist](https://github.com/browserslist/browserslist) to manage these browser versions. Consult their documentation for how to integrate these tools into your projects. |
