mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
This commit is contained in:
parent
394b161faa
commit
f58c9c505a
@ -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",
|
||||
|
8
scss/bootstrap-debugger.scss
vendored
8
scss/bootstrap-debugger.scss
vendored
@ -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";
|
||||
|
@ -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" >}}) | — | — |
|
||||
|
Loading…
x
Reference in New Issue
Block a user