Skip to content

Commit 8683caf

Browse files
Temporary fix of docs compilation
1 parent 3b2dc9a commit 8683caf

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

site/src/content/docs/components/alerts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ As part of Bootstrap’s evolving CSS variables approach, alerts now use local C
140140

141141
<DeprecatedIn version="5.3.0" />
142142

143-
<ScssDocs name="alert-variant-mixin" file="scss/mixins/_alert.scss" removeIndentation={false} />
143+
{/*<ScssDocs name="alert-variant-mixin" file="scss/mixins/_alert.scss" removeIndentation={false} />*/}
144144

145145
### Sass loops
146146

site/src/content/docs/components/buttons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ Here’s an example of building a custom `.btn-*` modifier class as we do for th
214214

215215
There are three mixins for buttons: button and button outline variant mixins (both based on `$theme-colors`), plus a button size mixin.
216216

217-
<ScssDocs name="btn-variant-mixin" file="scss/mixins/_buttons.scss" />
217+
{/*<ScssDocs name="btn-variant-mixin" file="scss/mixins/_buttons.scss" />
218218
219219
<ScssDocs name="btn-outline-variant-mixin" file="scss/mixins/_buttons.scss" />
220220
221-
<ScssDocs name="btn-size-mixin" file="scss/mixins/_buttons.scss" />
221+
<ScssDocs name="btn-size-mixin" file="scss/mixins/_buttons.scss" />*/}
222222

223223
### Sass loops
224224

site/src/content/docs/components/list-group.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ As part of Bootstrap’s evolving CSS variables approach, list groups now use lo
271271

272272
<DeprecatedIn version="5.3.0" />
273273

274-
<ScssDocs name="list-group-mixin" file="scss/mixins/_list-group.scss" />
274+
{/*<ScssDocs name="list-group-mixin" file="scss/mixins/_list-group.scss" />*/}
275275

276276
### Sass loops
277277

site/src/content/docs/components/pagination.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ As part of Bootstrap’s evolving CSS variables approach, pagination now uses lo
168168

169169
### Sass mixins
170170

171-
<ScssDocs name="pagination-mixin" file="scss/mixins/_pagination.scss" />
171+
{/*<ScssDocs name="pagination-mixin" file="scss/mixins/_pagination.scss" />*/}

site/src/content/docs/content/reboot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For example, consider these `:root` CSS variables for common `<body>` styles:
2828

2929
In practice, those variables are then applied in Reboot like so:
3030

31-
<ScssDocs name="reboot-body-rules" file="scss/_reboot.scss" />
31+
<ScssDocs name="reboot-body-rules" file="scss/content/_reboot.scss" />
3232

3333
Which allows you to make real-time customizations however you like:
3434

site/src/content/docs/content/tables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ For the accented tables ([striped rows](#striped-rows), [striped columns](#strip
227227

228228
Behind the scenes it looks like this:
229229

230-
<ScssDocs name="table-variant" file="scss/mixins/_table-variants.scss" />
230+
{/*<ScssDocs name="table-variant" file="scss/mixins/_table-variants.scss" />*/}
231231

232232
## Table borders
233233

site/src/content/docs/customize/color.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Bootstrap’s source Sass files include three maps to help you quickly and easil
450450

451451
Within `scss/_variables.scss`, you’ll find Bootstrap’s color variables and Sass map. Here’s an example of the `$colors` Sass map:
452452

453-
<ScssDocs name="colors-map" file="scss/_variables.scss" />
453+
{/*<ScssDocs name="colors-map" file="scss/_variables.scss" />*/}
454454

455455
Add, remove, or modify values within the map to update how they’re used in many other components. Unfortunately at this time, not _every_ component utilizes this Sass map. Future updates will strive to improve upon this. Until then, plan on making use of the `${color}` variables and this Sass map.
456456

site/src/content/docs/migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,11 +709,11 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
709709

710710
### Helpers
711711

712-
- <span class="badge text-bg-danger">Breaking</span> **Responsive embed helpers have been renamed to [ratio helpers]([[docsref:/helpers/ratio]])** with new class names and improved behaviors, as well as a helpful CSS variable.
712+
- <span class="badge text-bg-danger">Breaking</span> **Responsive embed helpers have been renamed to [ratio helpers]([[docsref:/utilities/aspect-ratio]])** with new class names and improved behaviors, as well as a helpful CSS variable.
713713
- Classes have been renamed to change `by` to `x` in the aspect ratio. For example, `.ratio-16by9` is now `.ratio-16x9`.
714714
- We’ve dropped the `.embed-responsive-item` and element group selector in favor of a simpler `.ratio > *` selector. No more class is needed, and the ratio helper now works with any HTML element.
715715
- The `$embed-responsive-aspect-ratios` Sass map has been renamed to `$aspect-ratios` and its values have been simplified to include the class name and the percentage as the `key: value` pair.
716-
- CSS variables are now generated and included for each value in the Sass map. Modify the `--bs-aspect-ratio` variable on the `.ratio` to create any [custom aspect ratio]([[docsref:/helpers/ratio#custom-ratios]]).
716+
- CSS variables are now generated and included for each value in the Sass map. Modify the `--bs-aspect-ratio` variable on the `.ratio` to create any [custom aspect ratio]([[docsref:/utilities/aspect-ratio#custom-ratios]]).
717717

718718
- <span class="badge text-bg-danger">Breaking</span> **"Screen reader" classes are now ["visually hidden" classes]([[docsref:/helpers/visually-hidden]]).**
719719
- Changed the Sass file from `scss/helpers/_screenreaders.scss` to `scss/helpers/_visually-hidden.scss`

site/src/content/docs/utilities/background.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ In addition to the following Sass functionality, consider reading about our incl
8282

8383
Most `background-color` utilities are generated by our theme colors, reassigned from our generic color palette variables.
8484

85-
<ScssDocs name="color-variables" file="scss/_variables.scss" />
85+
{/*<ScssDocs name="color-variables" file="scss/_variables.scss" />*/}
8686

8787
<ScssDocs name="theme-color-variables" file="scss/_variables.scss" />
8888

8989
<ScssDocs name="variable-gradient" file="scss/_variables.scss" />
9090

9191
Grayscale colors are also available, but only a subset are used to generate any utilities.
9292

93-
<ScssDocs name="gray-color-variables" file="scss/_variables.scss" />
93+
{/*<ScssDocs name="gray-color-variables" file="scss/_variables.scss" />*/}
9494

9595
Variables for setting `background-color` in `.bg-*-subtle` utilities in light and dark mode:
9696

@@ -106,7 +106,7 @@ Theme colors are then put into a Sass map so we can loop over them to generate o
106106

107107
Grayscale colors are also available as a Sass map. **This map is not used to generate any utilities.**
108108

109-
<ScssDocs name="gray-colors-map" file="scss/_variables.scss" />
109+
{/*<ScssDocs name="gray-colors-map" file="scss/_variables.scss" />*/}
110110

111111
RGB colors are generated from a separate Sass map:
112112

site/src/content/docs/utilities/colors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ In addition to the following Sass functionality, consider reading about our incl
8484

8585
Most `color` utilities are generated by our theme colors, reassigned from our generic color palette variables.
8686

87-
<ScssDocs name="color-variables" file="scss/_variables.scss" />
87+
{/*<ScssDocs name="color-variables" file="scss/_variables.scss" />*/}
8888

8989
<ScssDocs name="theme-color-variables" file="scss/_variables.scss" />
9090

9191
Grayscale colors are also available, but only a subset are used to generate any utilities.
9292

93-
<ScssDocs name="gray-color-variables" file="scss/_variables.scss" />
93+
{/*<ScssDocs name="gray-color-variables" file="scss/_variables.scss" />*/}
9494

9595
<ScssDocs name="theme-text-map" file="scss/_maps.scss" />
9696

@@ -108,7 +108,7 @@ Theme colors are then put into a Sass map so we can loop over them to generate o
108108

109109
Grayscale colors are also available as a Sass map. **This map is not used to generate any utilities.**
110110

111-
<ScssDocs name="gray-colors-map" file="scss/_variables.scss" />
111+
{/*<ScssDocs name="gray-colors-map" file="scss/_variables.scss" />*/}
112112

113113
RGB colors are generated from a separate Sass map:
114114

0 commit comments

Comments
 (0)