Skip to content

Instantly share code, notes, and snippets.

@piouPiouM
Created January 19, 2016 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piouPiouM/3ca58543f0ee5f733b12 to your computer and use it in GitHub Desktop.
Save piouPiouM/3ca58543f0ee5f733b12 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
%title-alpha {
font-size: 3rem;
color: blue;
%title-rank {
color: yellow;
}
}
%title-rank {
float: left;
margin-right: 1rem;
}
.title {
&-alpha {
@extend %title-alpha;
}
&-rank {
@extend %title-rank;
}
}
.title-alpha {
font-size: 3rem;
color: blue;
}
.title-alpha .title-rank {
color: yellow;
}
.title-rank {
float: left;
margin-right: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment