mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
7 lines
154 B
SCSS
7 lines
154 B
SCSS
._jekyll {
|
|
@extend %simple;
|
|
|
|
.note.info { @extend %note-blue; }
|
|
.note.warning { @extend %note-red; }
|
|
.note.unreleased { @extend %note-orange; }
|
|
}
|