_drupal.scss 145 B

123456
  1. ._drupal {
  2. h3 { @extend %block-heading; }
  3. .signature { @extend %note, %note-blue; }
  4. span.api-deprecated { @extend %label, %label-red; }
  5. }