Skip to content

Commit 60eaaa9

Browse files
committed
make more straightforward to make changes to variables
1 parent e454eac commit 60eaaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Styles/variables-overrides.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@forward "~terriajs/lib/Sass/common/_default_variables.scss";
1+
@forward "~terriajs/lib/Sass/common/_default_variables.scss";
22
/**
33
// To customise the look of your map, uncomment and change values here and in lib/Views/global.scss
44
5-
with (
5+
@forward "~terriajs/lib/Sass/common/_default_variables.scss" with (
66
// If your logo is big, set this to give it more room.
77
//$logo-height: 120px;
88

0 commit comments

Comments
 (0)