Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created January 14, 2015 05:00
Show Gist options
  • Save tanshio/9eb0b2000b58a54df4fe to your computer and use it in GitHub Desktop.
Save tanshio/9eb0b2000b58a54df4fe to your computer and use it in GitHub Desktop.
loop.styl
list = {
blog: {
width: 89px
height: 44px
},
archive: {
width: 210px
height: 44px
},
about: {
width: 179px
height: 47px
}
}
for key in title_list
.title--{key}
@extends $title-image
width: title_list[key]["width"]
height: title_list[key]["height"]
retina_bg "../images/pages/"+key+"/title"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment