File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Add new ` @variant ` directive for applying variants to your CSS ([ #15663 ] ( https://github.com/tailwindlabs/tailwindcss/pull/15663 ) )
13
+
10
14
### Fixed
11
15
12
16
- Add missing ` main ` and ` browser ` fields for ` @tailwindcss/browser ` ([ #15594 ] ( https://github.com/tailwindlabs/tailwindcss/pull/15594 ) )
@@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
26
### Changed
23
27
24
28
- Use more modern ` --alpha(color / 50%) ` syntax instead of ` --alpha(color, 50%) ` ([ #15665 ] ( https://github.com/tailwindlabs/tailwindcss/pull/15665 ) )
29
+ - Rename ` @variant ` to ` @custom-variant ` ([ #15663 ] ( https://github.com/tailwindlabs/tailwindcss/pull/15663 ) )
25
30
26
31
## [ 4.0.0-beta.9] - 2025-01-09
27
32
You can’t perform that action at this time.
0 commit comments