'Missing closing parenthesis in kendo React

I have a React app. If I want to build this I get an error

Failed to compile.

./node_modules/@progress/kendo-theme-default/dist/all.css ParserError: Expected closing parenthesis at line: 1, column 5

however, when i check all.css it looks ok.

how can i fix this?



Solution 1:[1]

\node_modules@progress\kendo-theme-default\dist\all.scss

.k-scrollview-view {
            width: calc( 100% / var(--kendo-scrollview-views, 1) );
            // flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );  }

comment this line.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 preety