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 31aace5 commit d3915e0Copy full SHA for d3915e0
doc/api_assets/style.css
@@ -837,4 +837,24 @@ kbd {
837
#apicontent {
838
overflow: hidden;
839
}
840
+ .js-flavor-selector {
841
+ display: none;
842
+ }
843
+ .js-flavor-selector + * {
844
+ margin-bottom: 2rem;
845
+ padding-bottom: 2rem;
846
+ border-bottom: 1px solid var(--color-text-primary);
847
848
+ .js-flavor-selector ~ * {
849
+ display: block !important;
850
+ background-position: top right;
851
+ background-size: 142px 20px;
852
+ background-repeat: no-repeat;
853
854
+ .js-flavor-selector ~ .cjs {
855
+ background-image: url(./js-flavor-cjs.svg);
856
857
+ .js-flavor-selector ~ .esm {
858
+ background-image: url(./js-flavor-esm.svg);
859
860
0 commit comments