Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gitter <alexandergitter@users.noreply.github.com>2021-12-07 21:51:50 +0300
committerGitHub <noreply@github.com>2021-12-07 21:51:50 +0300
commit2a7015e630e575ed39508c7aa51e8a085922e9e9 (patch)
tree969dc145623c1c9a22841eb3c2e5f71c9c36a7e9 /site/content/docs
parente45111fb74fc77e37b65c0895a036b13d538fc70 (diff)
Fix variable name in form overview docs (#35468)
These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.1/forms/overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/forms/overview.md b/site/content/docs/5.1/forms/overview.md
index c60cf1ccc0..29bead1a3d 100644
--- a/site/content/docs/5.1/forms/overview.md
+++ b/site/content/docs/5.1/forms/overview.md
@@ -145,10 +145,10 @@ While using visually hidden content (`.visually-hidden`, `aria-label`, and even
## Sass
-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 `$btn-input-*` and `$input-*` variables.
+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.
### Variables
-`$btn-input-*` 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.
+`$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.
{{< scss-docs name="input-btn-variables" file="scss/_variables.scss" >}}