]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix variable name in form overview docs (#35468)
authorAlexander Gitter <alexandergitter@users.noreply.github.com>
Tue, 7 Dec 2021 18:51:50 +0000 (19:51 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 18:51:50 +0000 (20:51 +0200)
These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.1/forms/overview.md

index c60cf1ccc0310f4701ccde8d98ccb51a4ca73bd0..29bead1a3d9b1d8a073838fcbc3a836acd0a1880 100644 (file)
@@ -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" >}}