mattSpell/hot-or-not

View on GitHub
app/assets/stylesheets/base/_flashes.scss

Summary

Maintainability
Test Coverage
%flash-alert {
  @include flash($alert-color);
}

%flash-error {
  @include flash($error-color);
}

%flash-notice {
  @include flash($notice-color);
}

%flash-success {
  @include flash($success-color);
}