Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created August 30, 2018 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/bdfd95c0f357d4db1083016dd304eede to your computer and use it in GitHub Desktop.
Save Wolfr/bdfd95c0f357d4db1083016dd304eede to your computer and use it in GitHub Desktop.
Document SVG icons in Bedrock
each category, id in icons.svg
if id
h3 #{id}
each icon in category
.svg-icon
+icon(icon.category+'/'+icon.name)
p #{icon.name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment