if I install latest verson
npm install --save @progress/kendo-theme-default
the below error is displayed
./node_modules/@progress/kendo-theme-default/dist/all.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./node_modules/@progress/kendo-theme-default/dist/all.css)
ParserError: Expected closing parenthesis at line: 1, column 5
if I install the verson
npm install --save @progress/kendo-theme-default@4.8.0
then some componets like input, dropdown and indicators etc styles are not applied