Skip to content
Open
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
3 changes: 1 addition & 2 deletions docs-src/0.7/src/guides/utilities/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ cargo install dioxus-cli
4. Create a `input.css` file in the root of your project with the following content:

```css
@import "tailwindcss";
@source "./src/**/*.{rs,html,css}";
@import "tailwindcss" source("./src/**/*.{rs,html,css}");
```

5. Create a link to the `tailwind.css` file using manganis somewhere in your rust code:
Expand Down