bloqhead
4/21/2015 - 4:13 PM

Generated by SassMeister.com.

Generated by SassMeister.com.

.thing, .thing-3 {
  background: red;
  color: white;
  font-size: 18px;
}

.thing-2, .thing-3 {
  font-weight: 800;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----

.thing {
  background: red;
  color: white;
  font-size: 18px;
}

.thing-2 {
  font-weight: 800;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.thing-3 {
  @extend .thing, .thing-2;
}