From f004462fbaab019e187c340d26fcda0de7dc3393 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Tue, 12 Nov 2024 22:34:59 -0800 Subject: [PATCH] lint: fix SCSS style check tests --- tildes/scss/styles.scss | 2 +- tildes/scss/themes/_nord.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tildes/scss/styles.scss b/tildes/scss/styles.scss index 17a71d5..01cd265 100644 --- a/tildes/scss/styles.scss +++ b/tildes/scss/styles.scss @@ -55,4 +55,4 @@ @import "themes/zenburn"; @import "themes/gruvbox"; @import "themes/love"; -@import "themes/nord"; \ No newline at end of file +@import "themes/nord"; diff --git a/tildes/scss/themes/_nord.scss b/tildes/scss/themes/_nord.scss index 105f4be..5b297b8 100644 --- a/tildes/scss/themes/_nord.scss +++ b/tildes/scss/themes/_nord.scss @@ -100,4 +100,4 @@ body.theme-nord-light { "nord-light", map-get($theme-nord-light, "foreground-primary"), map-get($theme-nord-light, "background-primary") -); \ No newline at end of file +);