lightbox2 icon indicating copy to clipboard operation
lightbox2 copied to clipboard

CSS syntax error ("*zoom")

Open drakanor opened this issue 1 year ago • 2 comments

*What version of Lightbox2 you are using?

2.11.4

In dist/css/lightbox.css there are two identical typos:

*zoom: 1;

line 44 and 142

Found it because Vite/PostCSS was complaing about it while minifying CSS:

▲ [WARNING] Unexpected "zoom" [css-syntax-error]

    <stdin>:5315:3:
      5315 │   *zoom: 1;

drakanor avatar Aug 04 '23 14:08 drakanor

Yep, it messes the rest up:

image

faisalnjs avatar Oct 10 '23 22:10 faisalnjs

Any workaround for this issue?

ruimendes11 avatar Mar 29 '24 00:03 ruimendes11