mirror of https://github.com/freeCodeCamp/devdocs
parent
94a7aa3c34
commit
afd18f66af
@ -0,0 +1,20 @@
|
|||||||
|
._react {
|
||||||
|
@extend %simple;
|
||||||
|
|
||||||
|
.note {
|
||||||
|
@extend %note;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-orange {
|
||||||
|
@extend %note-orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-blue {
|
||||||
|
@extend %note-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-green {
|
||||||
|
@extend %note-green;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue