Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit b3dc286

Browse files
committed
Update README
1 parent 5cebcb2 commit b3dc286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add `@tailwindcss/jit` to your PostCSS configuration instead of `tailwindcss`:
3636
plugins: {
3737
- tailwindcss: {},
3838
+ '@tailwindcss/jit': {},
39-
autoprefxier: {},
39+
autoprefixer: {},
4040
}
4141
}
4242
```
@@ -59,9 +59,9 @@ module.exports = {
5959

6060
Now start your dev server or build tool as you normally would and you're good to go.
6161

62-
> Make sure `NODE_ENV` is set to `development` if you are running a watcher, or Tailwind won't watch your template files for changes. Use `production` for one-off builds.
62+
> Make sure you set `NODE_ENV=development` if you are running a watcher, or Tailwind won't watch your template files for changes. Set `NODE_ENV=production` for one-off builds.
6363
>
64-
> If you want to control whether Tailwind watches files or not more explicitly, set the `TAILWIND_MODE` environment variable to either `watch` or `build`.
64+
> If you want to control whether Tailwind watches files or not more explicitly, set `TAILWIND_MODE=watch` or `TAILWIND_MODE=build` to override the default `NODE_ENV`-based behavior.
6565
6666
---
6767

0 commit comments

Comments
 (0)