Files
firezone/rust/gui-client/src/input.css
Reactor Scram 4106419ef1 refactor: rename windows-client to gui-client (#3721)
This may cause conflicts with all my other PRs but it has to happen.

```[tasklist]
- [ ] Update test names in branch protection (I don't think I have perms for this)
```
2024-02-22 20:21:27 +00:00

10 lines
312 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/*
* This file serves as the main entry point for your Tailwind CSS installation.
* Generate the CSS from this with `pnpm tailwindcss -i src/input.css -o src/output.css`
* This has been added to the build script in package.json for convenience.
*/