From: Christian Oliff Date: Wed, 13 May 2020 18:28:57 +0000 (+0900) Subject: Fix .browserslistrc file name in docs (#30800) X-Git-Tag: v5.0.0-alpha1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53eb7d38830f1e7c593069c8f5b40f4127563317;p=thirdparty%2Fbootstrap.git Fix .browserslistrc file name in docs (#30800) --- 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