summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-17 21:15:41 +0000
committerGitHub <noreply@github.com>2024-03-17 21:15:41 +0000
commit7209d34a1de4e5b42d4e25850c565ccf63b7d6b0 (patch)
tree02275793365db23bd59d9e8ea1af9f8e9bee601f
parentfa80bed57268be363aa77043809b4a2ee0a26508 (diff)
add tailwind
-rw-r--r--shells/dev.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/dev.nix b/shells/dev.nix
index 9f35993..c553358 100644
--- a/shells/dev.nix
+++ b/shells/dev.nix
@@ -14,5 +14,6 @@ pkgs.mkShell {
dioxus-cli
cargo-leptos
cargo-generate
+ tailwindcss
];
}