Skip to content

Instantly share code, notes, and snippets.

@antlis
Created August 15, 2019 10:21
Show Gist options
  • Save antlis/95e210c03245916a2927dc10b1b6e117 to your computer and use it in GitHub Desktop.
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
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