mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
[CL-281] Override tailwind text-3xl style (#13710)
* override tailwind text-3xl style * convert px to rem
This commit is contained in:
committed by
GitHub
parent
2cbe4acc8a
commit
d4c74287fc
@@ -141,6 +141,9 @@ module.exports = {
|
||||
...theme("width"),
|
||||
"90vw": "90vw",
|
||||
}),
|
||||
fontSize: {
|
||||
"3xl": ["1.75rem", "2rem"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user