Created by: hnrch02
Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513 Ref 7733f243
Before: http://jsbin.com/hubiju/1 After: http://jsbin.com/hubiju/2
The reason I didn't convert the selector into something like this
.input-lg,
.input-group-lg {
+ .form-control-feedback { ... }
}
is that it would be mixed into here.
/cc @mdo