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

Google Plus icon #14

Closed
medinarodel opened this issue Aug 14, 2014 · 2 comments
Closed

Google Plus icon #14

medinarodel opened this issue Aug 14, 2014 · 2 comments

Comments

@medinarodel
Copy link

Hi Sir!

I am trying to use google plus icon. I checked your generated CSS and it has this line

/* f30e */

.icon-social-google + :before {
  content: '\f30f';
}

/* f30f */
.icon-social-c-google + :before {
  content: '\f310';
}

I think that won't work because it will be treated as invalid css (name).
Can we use something like icon-social-google-plus & icon-social-c-google-plus?

By the way, as a workaround, I added this in my css file:

.icon-social-google-plus:before {
  content: '\f30f';
}

thanks!

@lwe
Copy link
Owner

lwe commented Aug 14, 2014

Hi there, thanks for the heads up and yes you are correct, this is invalid css. Any chance you could provide a pull request with a fix for this?

@lwe
Copy link
Owner

lwe commented Apr 10, 2015

Fixed by #16

@lwe lwe closed this as completed Apr 10, 2015
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