From b6f22c280206d37b9e1590d250957005dcc07e81 Mon Sep 17 00:00:00 2001 From: MillHaruto Date: Wed, 20 Nov 2024 23:39:58 +0800 Subject: [PATCH] fix: add an empty line to fix style lint error --- _sass/addon/commons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 5aac3ce2b3a..c6e3fcf61c4 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -241,6 +241,7 @@ i { #external-links { a { color: inherit; + &:hover { @extend %link-hover; }