From 483192a57d044b4eb9d3676623ccd7163eb06034 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:08:34 +0800 Subject: [PATCH] chore(scss): swap comment styles from css to scss to convention --- docs/.vitepress/theme/styles/vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/styles/vars.scss b/docs/.vitepress/theme/styles/vars.scss index 55e5366a..ce340e00 100644 --- a/docs/.vitepress/theme/styles/vars.scss +++ b/docs/.vitepress/theme/styles/vars.scss @@ -1,4 +1,4 @@ -/* global tweak styles for hero image gradient filter */ +// global tweak styles for hero image gradient filter :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); @@ -18,4 +18,4 @@ --vp-home-hero-image-filter: blur(72px); } } -/* hero image gradient styles end */ +// hero image gradient styles end