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
path: root/site
diff options
context:
space:
mode:
authorJulien Déramond <juderamond@gmail.com>2022-10-09 17:30:51 +0300
committerMark Otto <otto@github.com>2022-10-12 21:46:23 +0300
commit16e3f97b821e7cef2f25f236e2d8a50378d9c9fa (patch)
tree628640927bd2856838ded50a44104694aa7959ad /site
parent137c932e473d5b14c79c6b143a3ea344aa108612 (diff)
Doc: add Sass vars for switches
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.2/forms/checks-radios.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.2/forms/checks-radios.md b/site/content/docs/5.2/forms/checks-radios.md
index 12f8b00d1c..3697cc1016 100644
--- a/site/content/docs/5.2/forms/checks-radios.md
+++ b/site/content/docs/5.2/forms/checks-radios.md
@@ -304,4 +304,10 @@ Different variants of `.btn`, such at the various outlined styles, are supported
### Variables
+Variables for checks:
+
{{< scss-docs name="form-check-variables" file="scss/_variables.scss" >}}
+
+Variables for switches:
+
+{{< scss-docs name="form-switch-variables" file="scss/_variables.scss" >}}