0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

fix(review)
Some checks failed
BrowserStack / browserstack (push) Has been cancelled

This commit is contained in:
Louis-Maxime Piton 2024-10-25 09:54:58 +02:00
parent 394b161faa
commit f58c9c505a
3 changed files with 9 additions and 5 deletions

View 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",

View 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";

View 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" >}}) | — | — |