Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Feb 3, 2025
1 parent 49405fd commit aead986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Fixed

- Ensure CSS variables in arbitrary values are properly decoded ([#16206](https://github.com/tailwindlabs/tailwindcss/pull/16206))

## [4.0.3] - 2025-02-01

Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function App() {
return (
<div className="m-3 p-3 border">
<h1 className="text-blue-500">Hello World</h1>
<div className="-inset-x-full -inset-y-full -space-x-full -space-y-full -inset-full"></div>
<div className="h-[var(--\_root-size)] text-[calc(0.2*var(--\_root-size))] [--Chip-decoratorChildHeight:calc(var(--\_Chip-minHeight)-0.25rem-2*var(--variant-borderWidth))] [--LinearProgress-progressRadius:max(var(--LinearProgress-radius)-var(--\_LinearProgress-padding),min(var(--\_LinearProgress-padding)/2,var(--LinearProgress-radius)/2))]"></div>
</div>
)
}
3 changes: 2 additions & 1 deletion playgrounds/vite/src/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import 'tailwindcss';
@reference 'tailwindcss/theme.css';
@import 'tailwindcss/utilities.css';

0 comments on commit aead986

Please sign in to comment.