Add in tailwind config for making sure dynamic heights are available
This commit is contained in:
parent
46067f186a
commit
09705970ba
@ -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"],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user