lightbox2
lightbox2 copied to clipboard
CSS syntax error ("*zoom")
*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;
Yep, it messes the rest up:
Any workaround for this issue?