]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: consistent usage of CSS sections (#38175)
authorJulien Déramond <julien.deramond@orange.com>
Mon, 13 Mar 2023 10:41:27 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 10:41:27 +0000 (11:41 +0100)
site/content/docs/5.3/components/dropdowns.md
site/content/docs/5.3/components/modal.md
site/content/docs/5.3/components/placeholders.md
site/content/docs/5.3/content/images.md
site/content/docs/5.3/forms/floating-labels.md

index 19719a9f27dd3e61781b4b782c27f65bd61a807c..0988820649f89af43a11039fbe88ffb501220053 100644 (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`.
 
index 6471673f5e4f78c115cdef815203578c2b740700..e723a49ce283b89736ce32d5aea62e72a639d4e9 100644 (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`.
 
index 6faf51e08308ea08ade2e5fb54cc5376305f0716..3dca3476b87f4e3392807f7f9ea632badf4b5b61 100644 (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" >}}
index b55e7a2b87c8efe9719aa0fbd2900fbfe5c79c85..02795617f0aab7cc542288d8ce5343bc0c572d91 100644 (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.
 
index 6b33fb67ba4544f08abd5b9d3d41dd244860e294..a65a8579779888c8258ef392a16cd8feb1059a14 100644 (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" >}}