You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (see #4) we pull in the bookmark icon when decorating internal refs by linking to the entire fontawesome CSS.
There's got to be a cleaner way to do this that doesn't trample on any existing fontawesome icons used in the site.
Is there a better way to do this? We can pull in an SVG from fontawesome, can we easily inject that into CSS using :after etc.?
The text was updated successfully, but these errors were encountered:
Currently (see #4) we pull in the bookmark icon when decorating internal refs by linking to the entire fontawesome CSS.
There's got to be a cleaner way to do this that doesn't trample on any existing fontawesome icons used in the site.
Is there a better way to do this? We can pull in an SVG from fontawesome, can we easily inject that into CSS using
:after
etc.?The text was updated successfully, but these errors were encountered: