File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- Add support for literal values in ` --value('…') ` and ` --modifier('…') ` ([ #17304 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17304 ) )
23
23
- Add suggestions when ` --spacing(--value(integer, number)) ` is used ([ #17308 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17308 ) )
24
24
25
+ ### Fixed
26
+
27
+ - Fix class extraction followed by ` ( ` in Pug ([ #17320 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17320 ) )
28
+
25
29
### [ 4.0.15] - 2025-03-20
26
30
27
31
### Fixed
@@ -38,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
42
- Remove redundant ` line-height: initial ` from Preflight ([ #15212 ] ( https://github.com/tailwindlabs/tailwindcss/pull/15212 ) )
39
43
- Increase Standalone hardware compatibility on macOS x64 builds ([ #17267 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17267 ) )
40
44
- Ensure that the CSS file rebuilds if a new CSS variable is used from templates ([ #17301 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17301 ) )
41
- - Fix class extraction followed by ` ( ` in Pug ([ #17320 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17320 ) )
42
45
43
46
### Changed
44
47
You can’t perform that action at this time.
0 commit comments