Skip to content

Instantly share code, notes, and snippets.

@marcovtwout
Created April 10, 2015 08:35
Show Gist options
  • Save marcovtwout/d98a64f3c0b68ea8a7b2 to your computer and use it in GitHub Desktop.
Save marcovtwout/d98a64f3c0b68ea8a7b2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.table {
> td {
color: #f00;
}
}
.entry table {
@extend .table;
}
.table > td, .entry table > td {
color: #f00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment