diff --git a/src/css/style.scss b/src/css/style.scss index 2fe591449abde880c13a4f7a3f1a65549c90ddd4..92590f9bd65293f727f02a39e43fbccca5e3b681 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -61,14 +61,14 @@ img { top: -70px; } -// import css-vars directly from mosaic theme +/* import css-vars directly from mosaic theme */ @import '~@stoplight/mosaic/themes/default.css'; .json-schema-viewer { - // load via meta-load in wrapper class, to prevent css leaking to rest of the site + /* load via meta-load in wrapper class, to prevent css leaking to rest of the site */ @include meta.load-css('../../node_modules/@stoplight/mosaic/styles.css'); } -// custom navbar back-to-root link +/* custom navbar back-to-root link */ .navbar__items { position: relative; }