You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/getting-started/install.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ Bootstrap’s `package.json` contains some additional metadata under the followi
43
43
44
44
-`sass` - path to Bootstrap’s main [Sass](https://sass-lang.com/) source file
45
45
-`style` - path to Bootstrap’s non-minified CSS that’s been compiled using the default settings (no customization)
46
-
-`.browserslistrc` - shipped at the package root for Browserslist/Autoprefixer browser targets
46
+
47
+
Additionally, Bootstrap ships a `.browserslistrc` file at the package root, which defines browser targets for tools like Browserslist and Autoprefixer.
0 commit comments