diff options
| author | Chris Rebert <[email protected]> | 2016-02-07 17:50:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-07 17:50:38 -0800 |
| commit | 44eedd211571290e53a1035d88eff3ee602f6303 (patch) | |
| tree | ec2ee2469ea7ea3c54092e7ee97dcafbe92007fb /docs/components | |
| parent | 635a72df237e9ecf2b5523ee101f3896dcc4d8a4 (diff) | |
| download | bootstrap-44eedd211571290e53a1035d88eff3ee602f6303.tar.xz bootstrap-44eedd211571290e53a1035d88eff3ee602f6303.zip | |
docs/components/forms.md: Fix typo: non => none
Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678
/fyi @mdo
[skip sauce]
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index fed3ba399..134bd88c1 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -639,7 +639,7 @@ Bootstrap includes validation styles for danger, warning, and success states on - To use, add `.has-warning`, `.has-danger`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. - Validation icons are `url()`s configured via Sass variables that are applied to `background-image` declarations for each state. - You may use your own base64 PNGs or SVGs by updating the Sass variables and recompiling. -- Icons can also be disabled entirely by changing the variables to `non` or commenting out the source Sass. +- Icons can also be disabled entirely by setting the variables to `none` or commenting out the source Sass. {% comment %} {% callout warning %} |
