Skip to content

Instantly share code, notes, and snippets.

@universal
Created March 1, 2013 16:25
Show Gist options
  • Save universal/5065784 to your computer and use it in GitHub Desktop.
Save universal/5065784 to your computer and use it in GitHub Desktop.
/* line 44, ../../app/assets/stylesheets/application.css.scss */
.blibla, .bliblablub {
background: black;
}
/* line 48, ../../app/assets/stylesheets/application.css.scss */
.bliblablub {
color: white;
}
.blibla {
background: black;
}
.bliblablub {
color: white;
@extend .blibla;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment