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

Using correct class-matchers #1

Closed
Anahkiasen opened this issue Mar 6, 2012 · 2 comments
Closed

Using correct class-matchers #1

Anahkiasen opened this issue Mar 6, 2012 · 2 comments

Comments

@Anahkiasen
Copy link

Small mistake in the class matching, using only [class^="icon-"] will not work. Just like in the original sprite.less you need to use

[class^="icon-"],
[class*=" icon-"]

And there it works :)

@davegandy
Copy link
Member

Thanks for the heads up. I saw this last night (I originally based the file on Bootstrap 2.0.0) so I'll get right on it.

davegandy added a commit that referenced this issue Mar 6, 2012
@davegandy
Copy link
Member

Should be good to go.

stephanemeron pushed a commit to stephanemeron/Font-Awesome that referenced this issue Sep 26, 2012
@dakisan dakisan mentioned this issue Jun 21, 2018
5 tasks
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

2 participants