Hi,
I have a project in Angular 13, If I try to create a build (run a npm command ex:- npm run build:production) then It gives lots of warning related to css syntax error for jqwidget related css classes. Ex: “Warning: ▲ [WARNING] Expected identifier but found “*” [css-syntax-error]”
And, If we look into the minified style (css) files of the build then it point to css class of jqwidget having * as an asterik. Below is the example picked from minified file (which build warning was specifying for my case)
.jqx-notification-info,.jqx-info{color:#fff!important;text-shadow:0 -1px 0 rgba(0,0,0,.25)!important;background-color:#5bc0de!important;*background-color: #5bc0de !important
Our application only supports Chrome and ITE Edge. Could you please suggest a fix for this ?
Below is the configuration from our tsconfig.json file for target and lin