We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf5954 commit dfcf3f5Copy full SHA for dfcf3f5
1 file changed
assets/stylesheets/pages/_node.scss
@@ -1,9 +1,11 @@
1
._node {
2
+ // https://nodejs.org/api/documentation.html#stability-index
3
.api_stability { clear: both; }
- .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; }
+ .api_stability_0 { @extend %note, %note-red; }
+ .api_stability_1 { @extend %note, %note-orange; }
+ .api_stability_1 { @extend %note; }
7
+ .api_stability_2 { @extend %note, %note-green; }
8
+ .api_stability_3 { @extend %note, %note-blue; }
9
10
> h2 { @extend %block-heading; }
11
> h3 { @extend %block-label, %label-blue; }
0 commit comments