Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input-group-lg and input-group-sm Not Supported #11

Open
ishields opened this issue Jul 10, 2018 · 0 comments
Open

input-group-lg and input-group-sm Not Supported #11

ishields opened this issue Jul 10, 2018 · 0 comments

Comments

@ishields
Copy link

I noticed input-group-lg and input-group-sm modifiers don't work out of the box.

To get these to work I added:

input-group.input-group-lg{
  span.twitter-typeahead{
    .form-control{
      @extend .form-control-lg;
      @include border-right-radius(0)
    }
  }
}

.input-group.input-group-sm{
  span.twitter-typeahead{
    .form-control{
      @extend .form-control-sm;
      @include border-right-radius(0)
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant