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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
CSS
Raw Normal View History

2022-03-08 11:50:34 +01:00
/* You can add global styles to this file, and also import other style files */
@import "./tw-theme.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-size: 14px;
}