Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into chore/--theme-as-var
  • Loading branch information
philipp-spiess committed Mar 19, 2025
commit 14c2ee9da1e7eede28991ade70dafd361f1f0bd5
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- The `--theme(…)` function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside `@media` queries) ([#17036](https://github.com/tailwindlabs/tailwindcss/pull/17036))
- Remove redundant `line-height: initial` from Preflight ([#15212](https://github.com/tailwindlabs/tailwindcss/pull/15212))

## [4.0.14] - 2025-03-13

Expand Down
277 changes: 0 additions & 277 deletions packages/@tailwindcss-postcss/src/__snapshots__/index.test.ts.snap

This file was deleted.

4 changes: 0 additions & 4 deletions packages/tailwindcss/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ exports[`compiling CSS > prefix all CSS variables inside preflight 1`] = `
-webkit-tap-highlight-color: transparent;
}

body {
line-height: inherit;
}

hr {
height: 0;
color: inherit;
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.