diff options
| author | Julien Déramond <[email protected]> | 2022-10-09 16:30:51 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-10-12 11:46:23 -0700 |
| commit | 16e3f97b821e7cef2f25f236e2d8a50378d9c9fa (patch) | |
| tree | 628640927bd2856838ded50a44104694aa7959ad | |
| parent | 137c932e473d5b14c79c6b143a3ea344aa108612 (diff) | |
| download | bootstrap-16e3f97b821e7cef2f25f236e2d8a50378d9c9fa.tar.xz bootstrap-16e3f97b821e7cef2f25f236e2d8a50378d9c9fa.zip | |
Doc: add Sass vars for switches
| -rw-r--r-- | site/content/docs/5.2/forms/checks-radios.md | 6 |
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 12f8b00d1..3697cc101 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" >}} |
