Last active
January 9, 2016 08:10
-
-
Save gearmobile/c91531195aedb2bb4d32 to your computer and use it in GitHub Desktop.
Mixin USE SVG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mixin use(name) | |
svg(class="#{name}" role="img") | |
use(id="#{name}" xlink:href="#{svg}##{name}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment