Skip to content

Commit 30df33a

Browse files
committed
lint fixes
1 parent b9c5d2f commit 30df33a

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

lib/Styles/variables-overrides.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
@forward "~terriajs/lib/Sass/common/_default_variables.scss" with (
2-
// To customise the look of your map, uncomment and change values here and in lib/Views/global.scss
3-
/**
4-
1+
@forward "~terriajs/lib/Sass/common/_default_variables.scss"; // To customise the look of your map, uncomment and change values here and in lib/Views/global.scss
2+
/**
3+
with (
54
// If your logo is big, set this to give it more room.
65
//$logo-height: 120px;
76
@@ -23,7 +22,5 @@
2322
$color-primary-light:lighten($color-primary,10%);
2423
$color-primary-dark:darken($color-primary,10%);
2524
$dark-darker: hsl(0,30%,15%);
26-
*/
27-
// Custom colors
28-
// $color-primary: red,
2925
);
26+
*/

0 commit comments

Comments
 (0)