diff options
| author | Дмитро Будник <[email protected]> | 2014-03-27 11:54:39 +0200 |
|---|---|---|
| committer | Дмитро Будник <[email protected]> | 2014-03-27 11:54:39 +0200 |
| commit | 015569a138e2de222e7d0d7abbf1b4d91364e9c3 (patch) | |
| tree | a268b1023216033ddf15e659b43b631af46dbf8b | |
| parent | c97e6d5cad74d20257d28734f85311ef5d00b560 (diff) | |
| download | bootstrap-015569a138e2de222e7d0d7abbf1b4d91364e9c3.tar.xz bootstrap-015569a138e2de222e7d0d7abbf1b4d91364e9c3.zip | |
fix doc typo
one can find correct name of variable just few lines below the typo
| -rw-r--r-- | less/mixins/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/forms.less b/less/mixins/forms.less index 3c260f52d..e36c4a8cf 100644 --- a/less/mixins/forms.less +++ b/less/mixins/forms.less @@ -39,7 +39,7 @@ // Form control focus state // // Generate a customized focus state and for any input with the specified color, -// which defaults to the `@input-focus-border` variable. +// which defaults to the `@input-border-focus` variable. // // We highly encourage you to not customize the default value, but instead use // this to tweak colors on an as-needed basis. This aesthetic change is based on |
