_apache.scss 104 B

123456
  1. ._apache {
  2. @extend %simple;
  3. .note, .warning { @extend %note; }
  4. .warning { @extend %note-red; }
  5. }