Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `haml` pre-processing ([#17051](https://github.com/tailwindlabs/tailwindcss/pull/17051))
- Ensure classes between `>` and `<` are properly extracted ([#17094](https://github.com/tailwindlabs/tailwindcss/pull/17094))
- Treat starting single quote as verbatim text in Slim ([#17085](https://github.com/tailwindlabs/tailwindcss/pull/17085))
- Ensure `.node` and `.wasm` files are not scanned for utilities ([#17123](https://github.com/tailwindlabs/tailwindcss/pull/17123))

## [4.0.12] - 2025-03-07

Expand Down
4 changes: 3 additions & 1 deletion crates/oxide/src/scanner/fixtures/binary-extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
3g2
3gp
7z
DS_Store
a
aac
adp
Expand Down Expand Up @@ -51,6 +50,7 @@ docx
dot
dotm
dra
DS_Store
dsk
dts
dtshd
Expand Down Expand Up @@ -131,6 +131,7 @@ mpg
mpga
mxu
nef
node
npx
numbers
nupkg
Expand Down Expand Up @@ -229,6 +230,7 @@ uvu
viv
vob
war
wasm
wav
wax
wbmp
Expand Down