devdocs/assets/stylesheets/pages/_chef.scss
2016-02-15 11:30:23 -05:00

8 lines
137 B
SCSS

._chef {
@extend %simple;
.note, .warning { @extend %note; }
.warning { @extend %note, %note-red; }
code { @extend %label; }
}