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

Missing CSS #4

Closed
demetrios opened this issue Jul 30, 2013 · 3 comments
Closed

Missing CSS #4

demetrios opened this issue Jul 30, 2013 · 3 comments

Comments

@demetrios
Copy link

Am I missing something or is the CSS missing from this gem?

I needed to included this to get the interface to look ok.

@yourabi
Copy link
Owner

yourabi commented Sep 3, 2013

Yes, you are missing something :-) -- ass of typeahead.js vs 0.9~ css is applied from JS so no css needed.

twitter/typeahead.js#15

@yourabi yourabi closed this as completed Sep 3, 2013
@s01ipsist
Copy link

For anyone else who comes here trying to make this work with Twitter Bootstrap 3.

The issue is discussed at great length here
twitter/typeahead.js#378

https://github.com/hyspace/typeahead.js-bootstrap3.less
implements Bootstrap 3 styling

To make it work for me, I saved
https://raw.githubusercontent.com/hyspace/typeahead.js-bootstrap3.less/master/typeahead.css
to
vendor/assets/stylesheets/typeahead.css

Then in application.css.scss
@import "typeahead";

@techbrownbags
Copy link

@s01ipsist & @yourabi thank you thank you thank you!

I haven't spent much time on this thanks to you!

maybe add this to the README?

@frank184 frank184 mentioned this issue Jun 4, 2016
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

4 participants