2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Break a couple of long lines.

This commit is contained in:
XhmikosR
2019-09-01 13:23:31 +03:00
parent f7fe5d5bca
commit cf4ae75eff
2 changed files with 6 additions and 2 deletions
@@ -15,7 +15,9 @@ 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" | htmlEscape }}{{< /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.