From 53eb7d38830f1e7c593069c8f5b40f4127563317 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 14 May 2020 03:28:57 +0900 Subject: [PATCH] Fix .browserslistrc file name in docs (#30800) --- site/content/docs/4.3/customize/optimize.md | 4 ++-- 1 file 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 eea4a7a3b8..d5e3906e36 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 -- 2.47.2