mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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) ```
10 lines
312 B
CSS
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.
|
|
*/
|