diff options
| author | Mark Otto <[email protected]> | 2018-04-01 12:58:03 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-01 12:58:03 -0700 |
| commit | 0b58340f141d5c93b84465cfbc6a32183dabbf63 (patch) | |
| tree | ddfc2d757464b6959b29a19b3a66240d37728c00 /docs/4.0 | |
| parent | 07a302a33b11fc8333ab2599ba79ac7d1b02e4ad (diff) | |
| download | bootstrap-0b58340f141d5c93b84465cfbc6a32183dabbf63.tar.xz bootstrap-0b58340f141d5c93b84465cfbc6a32183dabbf63.zip | |
docs edit suggestion
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/getting-started/browsers-devices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/browsers-devices.md b/docs/4.0/getting-started/browsers-devices.md index 948a09c45..e23de8197 100644 --- a/docs/4.0/getting-started/browsers-devices.md +++ b/docs/4.0/getting-started/browsers-devices.md @@ -29,7 +29,7 @@ You can find our supported range of browsers and their versions [in our `package ] ``` -We use [Browserslist](https://github.com/browserslist/browserslist) to manage these versions alongside Autoprefixer to compile our CSS with the intended browser support. Consult their documentation for how to integrate this into your projects. +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. ### Mobile devices |
