Skip to content

Commit

Permalink
Add docs for src directory to include tailwindcss (#51619)
Browse files Browse the repository at this point in the history
Tailwind CSS configuration is missing in the docs when configuring the `src` folder




Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
krmeda and delbaoliveira authored Jun 22, 2023
1 parent aa7fdc6 commit e3ad371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ To use the `src` directory, move the `app` Router folder or `pages` Router folde
> - `.env.*` files should remain in the root of your project.
> - `src/app` or `src/pages` will be ignored if `app` or `pages` are present in the root directory.
> - If you're using `src`, you'll probably also move other application folders such as `/components` or `/lib`.
> - If you're using Tailwind CSS, you'll need to add the `/src` prefix to the `tailwind.config.js` file in the [content section](https://tailwindcss.com/docs/content-configuration).

0 comments on commit e3ad371

Please sign in to comment.