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

* override tailwind text-3xl style

* convert px to rem
pull/13557/head
Merissa Weinstein 1 year ago committed by GitHub
parent 2cbe4acc8a
commit d4c74287fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save