Page 1 of 1

css warnings when building with Angular 13

Posted: Fri Apr 22, 2022 8:07 am
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

Re: css warnings when building with Angular 13

Posted: Fri Apr 22, 2022 9:41 am
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.

Re: css warnings when building with Angular 13

Posted: Fri Apr 22, 2022 10:57 am
by mrapi
thanks

Re: css warnings when building with Angular 13

Posted: Fri Apr 22, 2022 11:43 am
by Max Shamanov
Hello,

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

Thank you