mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 03:41:19 +02:00
Docs: consistent usage of CSS sections (#38219)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
@@ -371,11 +371,11 @@ These variables are also color mode adaptive, meaning they change color while in
|
||||
|
||||
### Sass mixins
|
||||
|
||||
Two mixins are combined, through our [loop](#loop), to generate our form validation feedback styles.
|
||||
Two mixins are combined, through our [loop](#sass-loops), to generate our form validation feedback styles.
|
||||
|
||||
{{< scss-docs name="form-validation-mixins" file="scss/mixins/_forms.scss" >}}
|
||||
|
||||
### Sass map
|
||||
### Sass maps
|
||||
|
||||
This is the validation Sass map from `_variables.scss`. Override or extend this to generate different or additional states.
|
||||
|
||||
@@ -383,7 +383,7 @@ This is the validation Sass map from `_variables.scss`. Override or extend this
|
||||
|
||||
Maps of `$form-validation-states` can contain three optional parameters to override tooltips and focus styles.
|
||||
|
||||
### Sass loop
|
||||
### Sass loops
|
||||
|
||||
Used to iterate over `$form-validation-states` map values to generate our validation styles. Any modifications to the above Sass map will be reflected in your compiled CSS via this loop.
|
||||
|
||||
|
Reference in New Issue
Block a user