dev-shells/modules/tailwindcss.nix
2025-06-22 21:11:19 +01:00

9 lines
122 B
Nix

{ pkgs }:
pkgs.mkShell {
packages = with pkgs; [
tailwindcss-language-server
tailwindcss_4
watchman
];
}