elyseholladay
11/24/2014 - 8:58 PM

Generated by SassMeister.com.

Generated by SassMeister.com.

.main_module {
  background: #fff;
  color: #444;
  min-height: 3em;
}

.sidebar_module {
  background: #fff;
  color: #444;
  min-height: 2em;
}

.main_module {
  background: #fff;
  color: #444;
  min-height: 3em;
}

.sidebar_module {
  background: #fff;
  color: #444;
  min-height: 2em;
}
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----

@mixin module { background: #fff; color: #444; }

.main_module { 
  @include module;
  min-height: 3em;
}

.sidebar_module { 
  @include module;
  min-height: 2em;
}

.main_module { 
  background: #fff;
  color: #444; 
  min-height: 3em;
}

.sidebar_module { 
  background: #fff;
  color: #444; 
  min-height: 2em;
}