From 94a4a57148d2c81dbbc1251b7e79ba09282af217 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Oct 2023 12:36:44 +0200 Subject: ✨ imports: allow errors to be pointed out line by line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 3b6d803b3..749d2becf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -304,6 +304,10 @@ pre { background-color: lighten(red, 40%); } +.import-line-ignored { + color: $gray-500; +} + #import-container { overflow: scroll; -- cgit v1.2.3