Skip to content

Commit

Permalink
feat: update minimum tailwindcss version to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarka Chwastkova committed Jul 11, 2024
1 parent 27da80d commit e1301bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-tailwind-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"peerDependencies": {
"tailwindcss": ">=3.4.0"
"tailwindcss": ">=3.4.4"
},
"dependencies": {
"@kiwicom/orbit-design-tokens": "^7.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ exports[`orbitPreset should have preflight disabled 1`] = `
"transitionDuration",
"transitionTimingFunction",
"willChange",
"contain",
"content",
"forcedColorAdjust",
],
Expand Down

0 comments on commit e1301bb

Please sign in to comment.