1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[CL-281] Override tailwind text-3xl style (#13710)

* override tailwind text-3xl style

* convert px to rem
This commit is contained in:
Merissa Weinstein
2025-03-07 10:02:17 -06:00
committed by GitHub
parent 2cbe4acc8a
commit d4c74287fc

View File

@@ -141,6 +141,9 @@ module.exports = {
...theme("width"),
"90vw": "90vw",
}),
fontSize: {
"3xl": ["1.75rem", "2rem"],
},
},
},
plugins: [