0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Docs: consistent usage of CSS sections (#38175)

This commit is contained in:
Julien Déramond 2023-03-13 11:41:27 +01:00 committed by GitHub
parent 59c556cea6
commit c57be44686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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`.

View File

@ -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`.

View File

@ -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" >}}

View File

@ -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.

View File

@ -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" >}}