Overwriting styles
#7605
-
The new lib/Styles/variables-overrides.scss throws a lot of errors even with everything commented out except the
What am i doing wrong? Thank you, Jörg |
Beta Was this translation helpful? Give feedback.
Answered by
zoran995
Apr 24, 2025
Replies: 1 comment 4 replies
-
Hi @leylines, We upgraded the SASS package version which is a breaking change. It needs to match these. Is your instance still using the old SASS packages for some reason? I would suggest running: yarn install
yarn gulp sync-terriajs-dependencies # to sync deps between terriajs and terriamap
yarn install |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @leylines, there is an excessive
;
at the end of@forward
line. The syntax sass expects isAnd with that, it allows us to use the values of default variables overridden with the values you provided