aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2020-05-14 03:28:57 +0900
committerGitHub <[email protected]>2020-05-13 21:28:57 +0300
commit53eb7d38830f1e7c593069c8f5b40f4127563317 (patch)
tree5f50d40480d7c59c2bb4e55052ccdb25968d1ed1
parentab85aec2a7b186cab85a8bb64a9622c38cd8b4e4 (diff)
downloadbootstrap-53eb7d38830f1e7c593069c8f5b40f4127563317.tar.xz
bootstrap-53eb7d38830f1e7c593069c8f5b40f4127563317.zip
Fix .browserslistrc file name in docs (#30800)
-rw-r--r--site/content/docs/4.3/customize/optimize.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/customize/optimize.md b/site/content/docs/4.3/customize/optimize.md
index eea4a7a3b..d5e3906e3 100644
--- a/site/content/docs/4.3/customize/optimize.md
+++ b/site/content/docs/4.3/customize/optimize.md
@@ -33,9 +33,9 @@ import "../../node_modules/bootstrap/js/dist/modal.js";
This way, you're not including any JavaScript you don't intend to use for components like buttons, carousels, and tooltips.
-## Autoprefixer browserslist.rc
+## Autoprefixer .browserslistrc
-Bootstrap depends on Autoprefixer to automatically add browser prefixes to certain CSS properties. Prefixes are dictated by our `browserslist.rc` file, found in the root of the Bootstrap repo. Customizing this list of browsers and recompiling the Sass will automatically remove some CSS from your compiled CSS, if there are vendor prefixes unique to that browser or version.
+Bootstrap depends on Autoprefixer to automatically add browser prefixes to certain CSS properties. Prefixes are dictated by our `.browserslistrc` file, found in the root of the Bootstrap repo. Customizing this list of browsers and recompiling the Sass will automatically remove some CSS from your compiled CSS, if there are vendor prefixes unique to that browser or version.
## Unused CSS