learningtapestry/lcms-engine

View on GitHub
app/assets/stylesheets/lcms/engine/print/gdoc/lesson/_def.scss

Summary

Maintainability
Test Coverage
.c-ld-keyword {
  font-weight: bold !important; // stylelint-disable-line declaration-no-important
  white-space: nowrap;

  @include m(ela) {
    color: map-get($ub-colorcodes, ela-base);
  }

  @include m(math) {
    color: map-get($ub-colorcodes, math-base);
  }
}