Skip to content

Commit dfcf3f5

Browse files
committed
node: update stability-index
1 parent abf5954 commit dfcf3f5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

assets/stylesheets/pages/_node.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
._node {
2+
// https://nodejs.org/api/documentation.html#stability-index
23
.api_stability { clear: both; }
3-
.api_stability_0, .api_stability_1 { @extend %note, %note-red; }
4-
.api_stability_2 { @extend %note; }
5-
.api_stability_3, .api_stability_4 { @extend %note, %note-green; }
6-
.api_stability_5 { @extend %note, %note-blue; }
4+
.api_stability_0 { @extend %note, %note-red; }
5+
.api_stability_1 { @extend %note, %note-orange; }
6+
.api_stability_1 { @extend %note; }
7+
.api_stability_2 { @extend %note, %note-green; }
8+
.api_stability_3 { @extend %note, %note-blue; }
79

810
> h2 { @extend %block-heading; }
911
> h3 { @extend %block-label, %label-blue; }

0 commit comments

Comments
 (0)