// Background Mixins //
@mixin bg($color) {
  background: $color;
}