Skip to content

Instantly share code, notes, and snippets.

@dameleon
Created July 5, 2013 10:08
Show Gist options
  • Save dameleon/5933530 to your computer and use it in GitHub Desktop.
Save dameleon/5933530 to your computer and use it in GitHub Desktop.
$list: hoge dame;
@each $val in $list {
.{$val} fuga yap {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment