From 912e63a3b2ff531de7c9b1690b6ae4e45a3780fb Mon Sep 17 00:00:00 2001 From: Mark Kane <info@markkane.de> Date: Tue, 31 May 2022 12:39:36 +0200 Subject: [PATCH] Fix: change CSS comment style (planning#404) --- src/css/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/style.scss b/src/css/style.scss index 2fe591449..92590f9bd 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; } -- GitLab