mirror of https://github.com/freeCodeCamp/devdocs
11 lines
244 B
11 lines
244 B
![]()
10 years ago
|
._rust {
|
||
|
@extend %simple;
|
||
|
|
||
|
h4 { @extend %block-label; }
|
||
|
.docblock { margin-left: 1em; }
|
||
|
|
||
|
div.stability { margin-bottom: 1em; }
|
||
|
em.stab, span.stab { @extend %label; }
|
||
|
em.stab.unstable, span.stab.unstable { @extend %label-orange; }
|
||
|
}
|