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
77
88## [ Unreleased]
99
10- - Nothing yet!
10+ ### Fixed
11+
12+ - Export ` tailwindcss/lib/util/flattenColorPalette.js ` for backward compatibility ([ #16411 ] ( https://github.com/tailwindlabs/tailwindcss/pull/16411 ) )
1113
1214## [ 4.0.6] - 2025-02-10
1315
Original file line number Diff line number Diff line change 3535 "require" : " ./src/compat/flatten-color-palette.cts" ,
3636 "import" : " ./src/compat/flatten-color-palette.ts"
3737 },
38+ "./lib/util/flattenColorPalette.js" : {
39+ "require" : " ./src/compat/flatten-color-palette.cts" ,
40+ "import" : " ./src/compat/flatten-color-palette.ts"
41+ },
3842 "./defaultTheme" : {
3943 "require" : " ./src/compat/default-theme.cts" ,
4044 "import" : " ./src/compat/default-theme.ts"
99103 "require" : " ./dist/flatten-color-palette.js" ,
100104 "import" : " ./dist/flatten-color-palette.mjs"
101105 },
106+ "./lib/util/flattenColorPalette.js" : {
107+ "require" : " ./dist/flatten-color-palette.js" ,
108+ "import" : " ./dist/flatten-color-palette.mjs"
109+ },
102110 "./package.json" : " ./package.json" ,
103111 "./index.css" : " ./index.css" ,
104112 "./index" : " ./index.css" ,
You can’t perform that action at this time.
0 commit comments