From b6ff4227da359aadab116f7b7057cd4b9ca7a568 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Wed, 16 Apr 2025 10:46:15 -0400 Subject: [PATCH 1/2] Ignore .geojson files by default --- crates/oxide/src/scanner/fixtures/binary-extensions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/oxide/src/scanner/fixtures/binary-extensions.txt b/crates/oxide/src/scanner/fixtures/binary-extensions.txt index 5f5b9a7c6dd8..91d8c77cc628 100644 --- a/crates/oxide/src/scanner/fixtures/binary-extensions.txt +++ b/crates/oxide/src/scanner/fixtures/binary-extensions.txt @@ -77,6 +77,7 @@ fpx fst fvt g3 +geojson gh gif graffle From 0dd9f5072a2d2198b628f3e1aca7d5e5cab70588 Mon Sep 17 00:00:00 2001 From: Adam Wathan <4323180+adamwathan@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:54:10 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e821e18741db..0c3f4129ecee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +### Fixed + +- Don't scan `.geojson` files for classes by default ([#17700](https://github.com/tailwindlabs/tailwindcss/pull/17700)) ## [4.1.4] - 2025-04-14