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

Supply Visible Class Names #223

Closed
arb opened this issue Oct 27, 2016 · 2 comments
Closed

Supply Visible Class Names #223

arb opened this issue Oct 27, 2016 · 2 comments

Comments

@arb
Copy link
Contributor

arb commented Oct 27, 2016

Short description

My project uses CSS modules and don't have globally accessible class names like ".geosuggest__suggests--hidden" and ".geosuggest__item--active". Would it be possible to expose those names so they could be something else and fall back to the defaults if not supplied? I this something you would accept a PR for?

@yfr
Copy link
Member

yfr commented Oct 27, 2016

Hey, I would love to see a feature like this. Was running a similar problem with CSS modules but used just global class names. So feel free to open a PR and lets discuss there.

@eamonpenland
Copy link

eamonpenland commented Nov 15, 2016

I was having this issue too. solved with

:global(.geosuggest__suggests--hidden { max-height: 0; overflow: hidden; border-width: 0; })

in style.css

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

3 participants