File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Fixed
11
+
12
+ - Export ` tailwindcss/lib/util/flattenColorPalette.js ` for backward compatibility ([ #16411 ] ( https://github.com/tailwindlabs/tailwindcss/pull/16411 ) )
11
13
12
14
## [ 4.0.6] - 2025-02-10
13
15
Original file line number Diff line number Diff line change 35
35
"require" : " ./src/compat/flatten-color-palette.cts" ,
36
36
"import" : " ./src/compat/flatten-color-palette.ts"
37
37
},
38
+ "./lib/util/flattenColorPalette.js" : {
39
+ "require" : " ./src/compat/flatten-color-palette.cts" ,
40
+ "import" : " ./src/compat/flatten-color-palette.ts"
41
+ },
38
42
"./defaultTheme" : {
39
43
"require" : " ./src/compat/default-theme.cts" ,
40
44
"import" : " ./src/compat/default-theme.ts"
99
103
"require" : " ./dist/flatten-color-palette.js" ,
100
104
"import" : " ./dist/flatten-color-palette.mjs"
101
105
},
106
+ "./lib/util/flattenColorPalette.js" : {
107
+ "require" : " ./dist/flatten-color-palette.js" ,
108
+ "import" : " ./dist/flatten-color-palette.mjs"
109
+ },
102
110
"./package.json" : " ./package.json" ,
103
111
"./index.css" : " ./index.css" ,
104
112
"./index" : " ./index.css" ,
You can’t perform that action at this time.
0 commit comments