BathHacked/energy-sparks

View on GitHub
app/assets/stylesheets/standout.scss

Summary

Maintainability
Test Coverage
.standout {
  background-color: $light;
  border-top: 1px solid $light-grey;
  border-right: 1px solid $light-grey;
  border-bottom: 1px solid $light-grey;
}

@each $color, $value in $theme-colors {
  .standout.#{$color} {
    border-left:6px solid $value;
  }
}