Skip to content

Commit bb52369

Browse files
authored
make more straightforward to make changes to variables (#745)
1 parent c88c1c6 commit bb52369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Styles/variables-overrides.scss

Lines changed: 3 additions & 3 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
/**
3-
// To customise the look of your map, uncomment and change values here and in lib/Views/global.scss
3+
// To customise the look of your map, uncomment and change values here (remove line above after uncommenting) 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)