mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
* Add tailwind to desktop * Add tailwind to browser * Toy around with using CL in desktop * Move custom css into the tailwind theme * Revert component experiment * Add components to browser tsconfig * Fix build
6 lines
116 B
CSS
6 lines
116 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@import "../../../../libs/components/src/tw-theme.css";
|