Browse Source

Fixed prettier issue (#1206)

pull/2554/head
Daniel James Smith 4 years ago committed by GitHub
parent
commit
406f4bf62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/scss/variables.scss

2
src/scss/variables.scss

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
@import "~nord/src/sass/nord.scss";
$dark-icon-themes: 'theme_dark', 'theme_nord';
$dark-icon-themes: "theme_dark", "theme_nord";
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;

Loading…
Cancel
Save