Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created June 13, 2015 15:25
Show Gist options
  • Save gearmobile/8f3b5433de3c69a9c8ed to your computer and use it in GitHub Desktop.
Save gearmobile/8f3b5433de3c69a9c8ed to your computer and use it in GitHub Desktop.
Jade Mixin with Cycle
.mail__products__wrap
- for (var x = 1; x < 5; x++)
.mail__products__item
a(href="#{js}")
img(src="img/items/" + x + ".jpg", alt="Alt")
.mail__price 2 000 руб.
a(href="#{js}").product__button Заказать
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment