Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Oct 25, 2024
1 parent 394b161 commit f58c9c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 6 additions & 2 deletions scss/bootstrap-debugger.scss
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion site/content/docs/5.3/getting-started/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}) |||
Expand Down

0 comments on commit f58c9c5

Please sign in to comment.