mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
[CL-652] Remove bootstrap and enable tailwind preflight (#8071)
Wraps up the tailwind migration by removing bootstrap from the web vault.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
|
||||
@import "./tw-theme.css";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@import "./tw-theme-preflight.css";
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user