]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(review)
authorLouis-Maxime Piton <louismaxime.piton@orange.com>
Fri, 25 Oct 2024 07:54:58 +0000 (09:54 +0200)
committerLouis-Maxime Piton <louismaxime.piton@orange.com>
Fri, 25 Oct 2024 07:54:58 +0000 (09:54 +0200)
.bundlewatch.config.json
scss/bootstrap-debugger.scss
site/content/docs/5.3/getting-started/contents.md

index 318e921bb6bb11e9a53099558298c168b24000ca..92d96957d530b02064b0ca3ee8966d13abb8d0b4 100644 (file)
@@ -2,11 +2,11 @@
   "files": [
     {
       "path": "./dist/css/bootstrap-debugger.css",
-      "maxSize": "32.5 kB"
+      "maxSize": "0.75 kB"
     },
     {
       "path": "./dist/css/bootstrap-debugger.min.css",
-      "maxSize": "30.25 kB"
+      "maxSize": "0.75 kB"
     },
     {
       "path": "./dist/css/bootstrap-grid.css",
index 078006c1316ae0a826a21fb4b08964ed7462b572..4005ab759141dff77a7a47ca15979893888938f9 100644 (file)
@@ -1,3 +1,7 @@
-$enable-debugger-classes: true; // stylelint-disable-line scss/dollar-variable-default
+$enable-debugger-classes: true !default;
 
-@import "bootstrap";
+@import "functions";
+@import "variables";
+@import "mixins";
+
+@import "debug";
index bd069d9441a439fa577f152a3afc557aa44c7a3f..62b3c57acc5b489898202e84899e43381f53a01b 100644 (file)
@@ -80,7 +80,7 @@ Bootstrap includes a handful of options for including some or all of our compile
 | CSS files | Layout | Content | Components | Utilities |
 | --- | --- | --- | --- | --- |
 | `bootstrap.css`<br> `bootstrap.min.css`<br> `bootstrap.rtl.css`<br> `bootstrap.rtl.min.css` | Included | Included | Included | Included |
-| `bootstrap-debugger.css`<br> `bootstrap-debugger.rtl.css`<br> `bootstrap-debugger.min.css`<br> `bootstrap-debugger.rtl.min.css` | Included (with debug classes) | Included | Included | Included |
+| `bootstrap-debugger.css`<br> `bootstrap-debugger.rtl.css`<br> `bootstrap-debugger.min.css`<br> `bootstrap-debugger.rtl.min.css` | [Only debug classes]({{< docsref "/customize/options" >}}) | — | — | — |
 | `bootstrap-grid.css`<br> `bootstrap-grid.rtl.css`<br> `bootstrap-grid.min.css`<br> `bootstrap-grid.rtl.min.css` | [Only grid system]({{< docsref "/layout/grid" >}}) | — | — | [Only flex utilities]({{< docsref "/utilities/flex" >}}) |
 | `bootstrap-utilities.css`<br> `bootstrap-utilities.rtl.css`<br> `bootstrap-utilities.min.css`<br> `bootstrap-utilities.rtl.min.css` | — | — | — | Included |
 | `bootstrap-reboot.css`<br> `bootstrap-reboot.rtl.css`<br> `bootstrap-reboot.min.css`<br> `bootstrap-reboot.rtl.min.css` | — | [Only Reboot]({{< docsref "/content/reboot" >}}) | — | — |