]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
browsers-devices.md: Read .browserslistrc instead of duplicating the content.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 27 Jan 2019 19:42:15 +0000 (21:42 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
site/content/docs/4.3/getting-started/browsers-devices.md

index ccbdf3ac0b3d2330c8d3e22f0aef7750f94c7da9..a97ec627e39b70c9e80371cc7fe837620e160554 100644 (file)
@@ -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.