Skip to content

Commit

Permalink
Update Guide/tailwindcss.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu authored Jan 11, 2024
1 parent 93e9d6b commit 3f67ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/tailwindcss.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ node_modules:

# We rely on the `node_modules`. So if `node_modules` directory doesn't exist, calling `make tailwind-dev` will trigger `make node_modules`.
tailwind-dev: node_modules
node_modules/.bin/tailwind -c tailwind/tailwind.config.js -i ./tailwind/app.css -o static/app.css --watch
node_modules/.bin/tailwindcss -c tailwind/tailwind.config.js -i ./tailwind/app.css -o static/app.css --watch
```

**Make requires tab characters instead of 4 spaces in the second line. Make sure you're using a tab character when pasting this into the file**
Expand Down

0 comments on commit 3f67ffc

Please sign in to comment.