bitwarden-estensione-browser/libs/components/src/styles.css

12 lines
196 B
CSS

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