Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created April 16, 2015 07:23
Show Gist options
  • Select an option

  • Save seven-phases-max/733851e3357776f32d33 to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/733851e3357776f32d33 to your computer and use it in GitHub Desktop.
.datalist {
@item: item;
&-@{item} {
display: block;
&-term {font-weight: normal}
&-description {font-weight: bold}
}
&-float &-@{item} {
display: inline-block;
&:not(:last-of-type) {
margin-right: 1em;
padding-right: 1em;
border-right: 1px solid;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment