Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Forked from kriszyp/data.json
Created February 4, 2011 16:44
Show Gist options
  • Save trodrigues/811346 to your computer and use it in GitHub Desktop.
Save trodrigues/811346 to your computer and use it in GitHub Desktop.
{
"cars": [
{"make": "Honda", "model": "Accord"},
{"make": "Ford", "model": "Taurus"},
]
}
.reusable-ul-style {
border: 1px;
border-radius: 5px;
}
.model-style {
color: black;
}
@ul {
.reusable-ul-style
@li cars {
padding: 5px;
@span make {
color: blue;
}
@span model .model-style
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment