mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
8 lines
137 B
SCSS
8 lines
137 B
SCSS
._chef {
|
|
@extend %simple;
|
|
|
|
.note, .warning { @extend %note; }
|
|
.warning { @extend %note, %note-red; }
|
|
|
|
code { @extend %label; }
|
|
}
|