Skip to content

Commit

Permalink
Docs: consistent usage of CSS sections (#38175)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Mar 13, 2023
1 parent 59c556c commit c57be44
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ Variables for the CSS-based carets that indicate a dropdown's interactivity:

{{< scss-docs name="caret-variables" file="scss/_variables.scss" >}}

### Mixins
### Sass mixins

Mixins are used to generate the CSS-based carets and can be found in `scss/mixins/_caret.scss`.

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ As part of Bootstrap's evolving CSS variables approach, modals now use local CSS

{{< scss-docs name="modal-variables" file="scss/_variables.scss" >}}

### Loop
### Sass loop

[Responsive fullscreen modals](#fullscreen-modal) are generated via the `$breakpoints` map and a loop in `scss/_modal.scss`.

Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/5.3/components/placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Animate placeholders with `.placeholder-glow` or `.placeholder-wave` to better c
</p>
{{< /example >}}

## Sass
## CSS

### Variables
### Sass variables

{{< scss-docs name="placeholders" file="scss/_variables.scss" >}}
4 changes: 2 additions & 2 deletions site/content/docs/5.3/content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ If you are using the `<picture>` element to specify multiple `<source>` elements
</picture>
```

## Sass
## CSS

### Variables
### Sass variables

Variables are available for image thumbnails.

Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/5.3/forms/floating-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ When working with the Bootstrap grid system, be sure to place form elements with
</div>
{{< /example >}}

## Sass
## CSS

### Variables
### Sass variables

{{< scss-docs name="form-floating-variables" file="scss/_variables.scss" >}}

0 comments on commit c57be44

Please sign in to comment.