diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eabea89b313..0ddcfe2d42e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Improve debug logs to get better insights ([#15303](https://github.com/tailwindlabs/tailwindcss/pull/15303)) - Skip creating a compiler for CSS files that should not be processed ([#15303](https://github.com/tailwindlabs/tailwindcss/pull/15303)) +- Ensure `@import "…" reference` never generates utilities ([#15307](https://github.com/tailwindlabs/tailwindcss/pull/15307)) +- Improve debug logs to get better insights ([#15303](https://github.com/tailwindlabs/tailwindcss/pull/15303)) ## [4.0.0-beta.5] - 2024-12-04 diff --git a/integrations/vite/svelte.test.ts b/integrations/vite/svelte.test.ts index 0f7953c63e1c..3cbfc66fa622 100644 --- a/integrations/vite/svelte.test.ts +++ b/integrations/vite/svelte.test.ts @@ -48,7 +48,7 @@ test( target: document.body, }) `, - 'src/index.css': css`@import 'tailwindcss' reference;`, + 'src/index.css': css`@import 'tailwindcss';`, 'src/App.svelte': html`