Skip to content

Instantly share code, notes, and snippets.

@podyankee
Last active October 4, 2016 01:52
Show Gist options
  • Save podyankee/bcdd25ed825ebadf4e4931d542617c23 to your computer and use it in GitHub Desktop.
Save podyankee/bcdd25ed825ebadf4e4931d542617c23 to your computer and use it in GitHub Desktop.
socials icon iteration
-var icons = {'fb' : 'fa-facebook', 'vk': 'fa-vk', 'tw':'fa-twitter'}
ul.socials
each value, key in icons
li(class="socials__item socials__item_" + key)
a(href="#!").socials__link
.socials__icon
span.icon-wrapper
i(class="fa custom-icon "+ value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment