mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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; }
|
||
|
}
|