mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
- Add Tailwind and Flowbite for consistent UI --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
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.
|
|
*/
|