vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
174 stars 51 forks source link

error *display: inline with ng build #261

Open urban-hostel opened 9 months ago

urban-hostel commented 9 months ago

Warning: ▲ [WARNING] Unexpected "display" [css-syntax-error]

styles.9e96aed1bc1ce87f.css:218:5:
  218 │     *display: inline; }
      ╵      ~~~~~~~

using ng build in my anguar / firebase setup I get this error I tried to overwrite it but it does not work .owl-theme .owl-dots .D { display: inline-block!important; }