Files
rustfs/cli/rustfs-gui/input.css
houseme cb4732fe2f Initialize rustfs-gui crate (#219)
- Set up the `rustfs-gui` package in the workspace.
- Add `dioxus` dependency with `router` feature.
- Configure workspace settings for edition, license, repository, and rust-version.
- Include lints configuration for the workspace.
2025-02-17 17:54:57 +08:00

3 lines
58 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;