Skip to content

Commit

Permalink
Remove extra config from tailwind example (#33062)
Browse files Browse the repository at this point in the history
Removes extra config per https://github.com/vercel/next.js/pull/32808/files#r779282629

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
ijjk committed Jan 6, 2022
1 parent 52d5adf commit 48c0bc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions examples/with-tailwindcss/.eslintrc.json

This file was deleted.

8 changes: 0 additions & 8 deletions examples/with-tailwindcss/README.md
@@ -1,11 +1,3 @@
<p align="center">

<img src="https://res.cloudinary.com/ddcg0rzlo/image/upload/v1640340715/nextjs-tailwind-typescript-banner_vslgq4.png" alt="Next.js TypeScript Starter">

</p>

<br />

# Next.js + Tailwind CSS Example

This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
Expand Down
2 changes: 0 additions & 2 deletions examples/with-tailwindcss/package.json
Expand Up @@ -14,8 +14,6 @@
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
Expand Down

0 comments on commit 48c0bc8

Please sign in to comment.