telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
149 stars 71 forks source link

SassError: Undefined variable. #4284

Open RodrigoEnable opened 1 year ago

RodrigoEnable commented 1 year ago

I'm upgrading Angular to version 15 and Kendo, I use the bootstrap theme and I get the following error.

image

OS: [Windows] Node version: [14.21.1] NPM version: [7.20.0]

rramosgit commented 1 year ago

I'm getting same error , did you find a solution? I started seeing the error once I changed kendo-theme-bootstrap from 5.5.0 to 6.2.0

RodrigoEnable commented 1 year ago

Yes, I solved it by overriding the property that caused the error in my style sheet. image Note: I also needed to overwrite $wcag-min-contrast-ratio to eliminate the console error.

rramosgit commented 1 year ago

thanks for answer , I tried but didn't work, in my case, I tried to overwrite functions ,

image

keliel commented 1 year ago

Can we bump this? Defining the variables is just a workaround. The files which to import from have moved to a different import approach. But if you import or even @use those, you would get util output for each of those cases right now.