lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.14k stars 1.77k forks source link

CSS syntax error ("*zoom") #738

Open drakanor opened 11 months ago

drakanor commented 11 months ago

*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;
faisalnjs commented 9 months ago

Yep, it messes the rest up:

image

ruimendes11 commented 3 months ago

Any workaround for this issue?