Skip to content

Instantly share code, notes, and snippets.

@ruedap
Last active August 29, 2015 14:10
Show Gist options
  • Save ruedap/e06d6db1db1756f3ec60 to your computer and use it in GitHub Desktop.
Save ruedap/e06d6db1db1756f3ec60 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
%ul.List
%li.List-item.List-item--active 1
%li.List-item 2
%li.List-item 3
%List-item--active {
color: pink;
background-color: black;
}
.List {
color: red;
}
.List-item {
color: black;
}
.List-item--active {
@extend %List-item--active;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment