Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/v5/getting-started/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using the command `npx tailwindcss --input <input.css> --output output.css`, the

For example:
```bash
npx tailwindcss --input ./global.css --output output.css
npx @tailwindcss/cli --input ./global.css --output output.css
```

If you are troubleshooting a class that is not working, ensure that the CSS rule is present in the `output.css` file. This will help you determine if the issue is with Tailwind compilation or with Nativewind's runtime.
Expand Down Expand Up @@ -138,4 +138,4 @@ React Native uses a different base flex definition than the web. This can be fix

### Flex Direction

React Native uses a different default `flex-direction` than the web. This can be fixed by explicitly setting a `flex-direction`.
React Native uses a different default `flex-direction` than the web. This can be fixed by explicitly setting a `flex-direction`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the difference here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change got added by the GitHub UI. I made the PR through the GitHub UI