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

Change Inherited i elements #2

Open
craigsander opened this issue Jun 19, 2017 · 1 comment
Open

Change Inherited i elements #2

craigsander opened this issue Jun 19, 2017 · 1 comment

Comments

@craigsander
Copy link

First, thanks for these! They're great.

I'd make one recommendation, though:

In the start of icons.css, you specify global parameters for i:before {}, which override all elements, thereby breaking other icon sets.

Perhaps we should put those within each class?

@craigsander
Copy link
Author

Or perhaps:

i:before {}

.tech-icon {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    vertical-align: top;
}

<i class="tech-icon icon-tech-agile"> </i>

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