Ewan Breakey

Results 6 issues of Ewan Breakey

**Describe the bug (including copyable syntax)** The highlighting breaks for this example using the new `:has` selector. ```css &:has(> a:hover) { font-size: 1px; } ``` **Screenshot** **Build environment (please complete...

bug

The type for the `kind` field on `DataTransferItem` is currently `string` however the spec suggests the more narrow literal type of `"string" | "file"`. Possible also including the empty string....

### Astro Info ```block Astro v4.15.10 Node v20.10.0 System macOS (arm64) Package Manager pnpm Output server Adapter @astrojs/cloudflare Integrations @astrojs/svelte ``` ### Describe the Bug When running and accessing a...

pkg: cloudflare

Closes #327 Went looking for this feature and spotted the issue so thought I'd try my hand at the simple change. Happy to make further changes or add/update tests if...