Skip to content

Commit

Permalink
fix(cli): Pin TailwindCSS to v3 (#11920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jan 23, 2025
1 parent 231e1f9 commit dc974b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changesets/11920.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- fix(cli): Pin TailwindCSS to v3 (#11920) by @Tobbe

Pinning TW to v3 for our `yarn rw setup ui tailwind` command until we've added
support for TW v4
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const handler = async ({ force, install }) => {
const webWorkspacePackages = [
'postcss',
'postcss-loader',
'tailwindcss',
'tailwindcss@^3.4.17',
'autoprefixer',
]

Expand Down

0 comments on commit dc974b5

Please sign in to comment.