We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbcdac commit 7b573a7Copy full SHA for 7b573a7
guides/appendix/live-reload.md
@@ -79,3 +79,5 @@ Lastly, we need to edit the `app/index.html` file to include the `tailwind.css`
79
```html
80
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/tailwind.css">`
81
```
82
+
83
+With these things in place, you'll be able to use all of Tailwind's capabilities, including JIT compilation.
0 commit comments