Typesafe routing and CM line height issue

This commit is contained in:
Gregory Schier
2023-03-20 16:47:36 -07:00
parent d310272d19
commit dc97b91a4e
20 changed files with 202 additions and 77 deletions

View File

@@ -13,7 +13,11 @@ module.exports = {
height: {
'sm': '2rem',
'md': '2.5rem',
}
},
lineHeight: {
'sm': '2rem',
'md': '2.5rem',
},
},
fontFamily: {
"mono": ["JetBrains Mono", "Menlo", "monospace"],