We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
medium
The below code
<Icon name="gift" size="medium" /> {item.text} </Icon>
renders the below html
<i aria-hidden="true" class="gift medium icon"></i>
Here, the gift icon is overridden by medium icon.
gift
The text was updated successfully, but these errors were encountered:
Currently as a workaround, i have moved medium icon styles to top of the file in my project. https://github.com/Semantic-Org/Semantic-UI-LESS/blob/master/themes/default/elements/icon.overrides#L889
Sorry, something went wrong.
No branches or pull requests
The below code
renders the below html
Here, the
gift
icon is overridden bymedium
icon.The text was updated successfully, but these errors were encountered: