File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Add support for ` prettier-plugin-multiline-arrays ` ([ #299 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/299 ) )
11
11
- Add resolution cache for known plugins ([ #301 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/301 ) )
12
+ - Support Tailwind CSS ` v4.0.0-alpha.19 ` ([ #310 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/310 ) )
12
13
13
14
## [ 0.6.5] - 2024-06-17
14
15
Original file line number Diff line number Diff line change @@ -171,7 +171,11 @@ async function loadV4(
171
171
172
172
// Load the design system and set up a compatible context object that is
173
173
// usable by the rest of the plugin
174
- let design = tw . __unstable__loadDesignSystem ( result . css )
174
+ let design = await tw . __unstable__loadDesignSystem ( result . css , {
175
+ loadPlugin ( ) {
176
+ return ( ) => { }
177
+ } ,
178
+ } )
175
179
176
180
return {
177
181
context : {
You can’t perform that action at this time.
0 commit comments