diff options
| author | Ajay Patel <[email protected]> | 2021-05-05 20:23:49 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-05 17:53:49 +0300 |
| commit | f0865727b7d5f274a818510219e024d227affe11 (patch) | |
| tree | 7f99e48a12a8ddd0bcf61a8c2199352e574cf70f /site | |
| parent | 1a54286befabfb8c18de420df4d7074ab7eb77b3 (diff) | |
| download | bootstrap-f0865727b7d5f274a818510219e024d227affe11.tar.xz bootstrap-f0865727b7d5f274a818510219e024d227affe11.zip | |
refactor(docs): Added form file input variables (#33833)
File input belongs to this page in doc, added variables in last.
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/forms/form-control.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md index 41fd759d7..057b785b1 100644 --- a/site/content/docs/5.0/forms/form-control.md +++ b/site/content/docs/5.0/forms/form-control.md @@ -144,3 +144,7 @@ Learn more about [support for datalist elements](https://caniuse.com/datalist). {{< scss-docs name="form-label-variables" file="scss/_variables.scss" >}} {{< scss-docs name="form-text-variables" file="scss/_variables.scss" >}} + +`$form-file-*` are for file input. + +{{< scss-docs name="form-file-variables" file="scss/_variables.scss" >}} |
