Created
August 15, 2019 10:21
-
-
Save antlis/95e210c03245916a2927dc10b1b6e117 to your computer and use it in GitHub Desktop.
Pug mixin that will output svg icon, in case you use svg sprites
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 svgIcon(iconId) | |
i(class="icon icon--"+iconId) | |
svg.icon__svg | |
use(xlink:href='#'+iconId) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment