You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/content/docs/5.3/components/carousel.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -347,9 +347,9 @@ Add `.carousel-dark` to the `.carousel` for darker controls, indicators, and cap
347
347
348
348
The transition duration of `.carousel-item` can be changed with the `$carousel-transition-duration` Sass variable before compiling or custom styles if you're using the compiled CSS. If multiple transitions are applied, make sure the transform transition is defined first (e.g. `transition: transform 2s ease, opacity .5s ease-out`).
Copy file name to clipboardexpand all lines: site/content/docs/5.3/components/collapse.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,9 @@ If your control element is targeting a single collapsible element – i.e. the `
100
100
101
101
Note that Bootstrap's current implementation does not cover the various *optional* keyboard interactions described in the [ARIA Authoring Practices Guide accordion pattern](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/) - you will need to include these yourself with custom JavaScript.
Copy file name to clipboardexpand all lines: site/content/docs/5.3/content/typography.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -269,9 +269,9 @@ Align terms and descriptions horizontally by using our grid system's predefined
269
269
270
270
In Bootstrap 5, we've enabled responsive font sizes by default, allowing text to scale more naturally across device and viewport sizes. Have a look at the [RFS page]({{< docsref "/getting-started/rfs" >}}) to find out how this works.
271
271
272
-
## Sass
272
+
## CSS
273
273
274
-
### Variables
274
+
### Sass variables
275
275
276
276
Headings have some dedicated variables for sizing and spacing.
277
277
@@ -281,6 +281,6 @@ Miscellaneous typography elements covered here and in [Reboot]({{< docsref "/con
Copy file name to clipboardexpand all lines: site/content/docs/5.3/forms/overview.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,11 @@ If none of these are present, assistive technologies may resort to using the `pl
105
105
106
106
While using visually hidden content (`.visually-hidden`, `aria-label`, and even `placeholder` content, which disappears once a form field has content) will benefit assistive technology users, a lack of visible label text may still be problematic for certain users. Some form of visible label is generally the best approach, both for accessibility and usability.
107
107
108
-
## Sass
108
+
## CSS
109
109
110
110
Many form variables are set at a general level to be re-used and extended by individual form components. You'll see these most often as `$input-btn-*` and `$input-*` variables.
111
111
112
-
### Variables
112
+
### Sass variables
113
113
114
114
`$input-btn-*` variables are shared global variables between our [buttons]({{< docsref "/components/buttons" >}}) and our form components. You'll find these frequently reassigned as values to other component-specific variables.
Maps of `$form-validation-states` can contain three optional parameters to override tooltips and focus styles.
371
371
372
-
### Loop
372
+
### Sass loop
373
373
374
374
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.
Copy file name to clipboardexpand all lines: site/content/docs/5.3/layout/grid.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -409,11 +409,11 @@ To nest your content with the default grid, add a new `.row` and set of `.col-sm
409
409
</div>
410
410
{{< /example >}}
411
411
412
-
## Sass
412
+
## CSS
413
413
414
414
When using Bootstrap's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our predefined grid classes use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts.
415
415
416
-
### Variables
416
+
### Sass variables
417
417
418
418
Variables and maps determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.
0 commit comments