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/package.json | |
parent | d168287fd21e761ea0a7ca39119ec21154a18fdb (diff) | |
download | lustre-aae51dc2a41785a90b38a8649ba7847117c6d86e.tar.gz lustre-aae51dc2a41785a90b38a8649ba7847117c6d86e.zip |
:heavy_plus_sign: Add tailwindcss as a dependency.
Diffstat (limited to 'docs/package.json')
-rw-r--r-- | docs/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/package.json b/docs/package.json index 03e411a..071173e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -3,6 +3,9 @@ "dev": "vite" }, "devDependencies": { + "autoprefixer": "^10.4.15", + "postcss": "^8.4.28", + "tailwindcss": "^3.3.3", "vite": "^4.4.9", "vite-gleam": "^0.2.3" } |