863056768

Results 1 comments of 863056768

Expected: `src/styles/*` **_should_** only be bundled via explicit imports. Actual: they are **_all accidentally imported_** because the broad `import.meta.glob("../../**")` in `ImageWrapper.astro` also picks them up. This is a bit weird.