-
Notifications
You must be signed in to change notification settings - Fork 9
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
D8CORE-1623: Adding a mixin and icons for a simple icon before dis… #690
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll pull this in later and actually test out the mixin, but added a couple comments.
@include size($width); | ||
display: inline-block; | ||
content: ''; | ||
mask: url("#{$su-image-path}/#{$icon}.svg") no-repeat 0 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better for us to not assume path but to pass in the whole path to the $icon param as it could open this up for others to use their own bucket of icons.
This is GTG once the change to the image path in the mixin has been applied. Please move the image path variable into the mixin's parameters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG
READY FOR REVIEW
Summary
Needed By (Date)
Urgency
Steps to Test
Affected Projects or Products
Associated Issues and/or People
See Also