Browse Source

lint: fix SCSS style check tests

merge-requests/157/head
Andrew Shu 7 months ago
parent
commit
f004462fba
  1. 2
      tildes/scss/styles.scss
  2. 2
      tildes/scss/themes/_nord.scss

2
tildes/scss/styles.scss

@ -55,4 +55,4 @@
@import "themes/zenburn";
@import "themes/gruvbox";
@import "themes/love";
@import "themes/nord";
@import "themes/nord";

2
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")
);
);
Loading…
Cancel
Save