1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 22:53:44 +00:00
Files
browser/libs/components/src/styles.css
Oscar Hinton 40455546d1 [CL-652] Remove bootstrap and enable tailwind preflight (#8071)
Wraps up the tailwind migration by removing bootstrap from the web vault.
2025-08-12 20:32:19 +02:00

8 lines
146 B
CSS

/* You can add global styles to this file, and also import other style files */
@import "./tw-theme-preflight.css";
html {
font-size: 16px;
}