Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
tailwind examps upgraded to v2.2 (vercel#26549)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes
  • Loading branch information
pranavp10 committed Jun 24, 2021
1 parent 4c404a5 commit 09b0d52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/with-tailwindcss-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"devDependencies": {
"@babel/core": "^7.13.15",
"@emotion/babel-plugin": "11.3.0",
"autoprefixer": "10.2.5",
"autoprefixer": "^10.2.6",
"next": "latest",
"postcss": "8.2.10",
"tailwindcss": "^2.1.1",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"xwind": "0.8.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Next.js + Tailwind CSS Example

This example shows how to use [Tailwind CSS](https://tailwindcss.com/) (v2.1) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).

It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.

Expand Down
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
"postcss": "^8.1.10",
"tailwindcss": "^2.1.1"
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}

0 comments on commit 09b0d52

Please sign in to comment.