diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 0963125..f6dce3a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,6 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Lustre</title> + <style> + @tailwind base; + @tailwind components; + @tailwind utilities; + </style> <script type="module"> import { main } from "./src/app.gleam"; |