lokesh / lightbox2

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

CSS syntax error ("*zoom") #738

Closed drakanor closed 1 month ago

drakanor commented 1 year 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 1 year ago

Yep, it messes the rest up:

image

ruimendes11 commented 8 months ago

Any workaround for this issue?