SIGN IN SIGN UP

A utility-first CSS framework for rapid UI development.

94202 0 0 TypeScript

Mark `.hdr` and `.exr` as binary extensions (#18734)

This PR fixes an issue where `.hdr` files were scanned for candidates
even though it's a binary file.

As a workaround today, you could use:

```css
@source not "**/*.hdr";
```

To ignore `.hdr` files, but let's bake it in by default instead.

Fixes: #18733
R
Robin Malfait committed
88a8234c8ab43a05939cc199d91199c0cf507eb8
Parent: 1855d68
Committed by GitHub <noreply@github.com> on 8/14/2025, 12:32:30 PM