diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 14:22:12 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 14:22:12 +0100 |
commit | aae51dc2a41785a90b38a8649ba7847117c6d86e (patch) | |
tree | bc9579ddcd6cd7cd3ced5c8f8efe47efcc6de394 /docs/index.html | |
parent | d168287fd21e761ea0a7ca39119ec21154a18fdb (diff) | |
download | lustre-aae51dc2a41785a90b38a8649ba7847117c6d86e.tar.gz lustre-aae51dc2a41785a90b38a8649ba7847117c6d86e.zip |
:heavy_plus_sign: Add tailwindcss as a dependency.
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"; |