css warnings when building with Angular 13

Stimulsoft Reports.JS discussion
Post Reply
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

css warnings when building with Angular 13

Post by mrapi »

Hi
I'm building my project with Angular 13 and got some warnings about stimulsoft.viewer.office2013.whiteblue.css (Version: 2022.2.3):

Code: Select all

Warning: ? [WARNING] "border-Left" is not a known CSS property

      4876 ¦ ...Button{border:1px solid #ababab;background:#fff;border-Left:0px}
           ¦                                                    ~~~~~~~~~~~
           ?                                                    border-left

  Did you mean "border-left" instead?



Warning: ? [WARNING] "overflow-X" is not a known CSS property
      4881 ¦ .stiJsViewerToolBar{overflow-X:auto;overflow-Y:hidden;width:100%...
           ¦                     ~~~~~~~~~~
           ?                     overflow-y

  Did you mean "overflow-y" instead?

Warning: ? [WARNING] "overflow-Y" is not a known CSS property

      4881 ¦ ...erToolBar{overflow-X:auto;overflow-Y:hidden;width:100%;positi...
           ¦                              ~~~~~~~~~~
           ?                              overflow-y

  Did you mean "overflow-y" instead?
thanks
AndreySE
Posts: 13
Joined: Mon Apr 11, 2022 8:19 am

Re: css warnings when building with Angular 13

Post by AndreySE »

I've already reported about this issue and it should be fixed in the next update (it should be published on this week).
I'm not in dev team, just a user.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: css warnings when building with Angular 13

Post by mrapi »

thanks
Max Shamanov
Posts: 786
Joined: Tue Sep 07, 2021 10:11 am

Re: css warnings when building with Angular 13

Post by Max Shamanov »

Hello,

The issue is fixed. That fix will be available in the next release build 2022.2.4

Thank you
Post Reply