mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
browsers-devices.md: escape what we read.
This commit is contained in:
parent
02e0aa3b60
commit
6a3433da9a
@ -15,7 +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
|
||||
{{< rf.inline >}}{{ readFile ".browserslistrc" }}{{< /rf.inline >}}
|
||||
{{< rf.inline >}}{{ readFile ".browserslistrc" | htmlEscape }}{{< /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.
|
||||
|
Loading…
Reference in New Issue
Block a user