Skip to content

Commit

Permalink
browsers-devices.md: escape what we read.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Mar 14, 2019
1 parent 02e0aa3 commit 5cda6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/getting-started/browsers-devices.md
Expand Up @@ -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.
Expand Down

0 comments on commit 5cda6be

Please sign in to comment.