Before I was using
@use '~@progress/kendo-theme-default/scss/variables' as variables;
but recently after updating packages, I got jumped by a couple of errors saying there are no color variables in said file.
I found them in the dist folder but all those files also have
@import "all.scss";
at the end making me import whole scss files multiple times destroying all my overrides in previous files.
Is there any way I can import all Kendo theme variables to my scss files?