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:
parent
59c556cea6
commit
c57be44686
@ -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`.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
@ -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" >}}
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user