Skip to content

Commit

Permalink
📝 Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Dec 6, 2023
1 parent 8759e9f commit ed643eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/setup/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The following dev packages are added:
- `@types/eslint`
- `@remix-run/eslint-config`

> Notes
### Scripts

The following scripts are added to _package.json_:
Expand Down
2 changes: 0 additions & 2 deletions docs/setup/prettier.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ The following packages are added:
- `prettier-plugin-tailwindcss`
- `eslint-config-prettier`

> Notes
### Scripts

The following scripts are added to _package.json_:
Expand Down
3 changes: 2 additions & 1 deletion docs/setup/remix-flat-routes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# `remix-flat-routes` Setup

Remix v2 defaults to using the flat-routes convention. This package extends the
`v2` convention to support _hybrid_ routes, extended route filenames,
`v2` convention to support _hybrid_ routes, extended route filenames, custom
param prefix, etc.

### Packages

Expand Down
6 changes: 3 additions & 3 deletions docs/setup/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following files are added:
- app/tailwind.css

> The _tailwind.css_ file contains the tailwind directives. The Vite compiler
> will automatically build the final tailwind.css file
> will automatically build the final _tailwind.css_ file
The following files are updated:

Expand All @@ -43,6 +43,6 @@ The following files are updated:
- ]
```

> Unlike non-Vite Remix, we are importing the _app/tailwind.css_ for module side-
> effects. Vite will generate the tailwind.css file and include the `<link>`
> Unlike non-Vite Remix, we are importing the _app/tailwind.css_ for module
> side-effects. Vite will generate the _tailwind.css_ file and include the `<link>`
> component automatically.

0 comments on commit ed643eb

Please sign in to comment.