Add in tailwind config for making sure dynamic heights are available

This commit is contained in:
Reiss Cashmore 2023-10-30 12:24:04 +00:00
parent 46067f186a
commit 09705970ba

View File

@ -76,5 +76,9 @@ module.exports = {
"dark:bg-white", "dark:bg-white",
"bg-orange-400", "bg-orange-400",
"dark:bg-orange-400", "dark:bg-orange-400",
{
pattern: /h-([0-96])/,
variants: ["sm","md","lg","xl","2xl"],
},
], ],
}; };