Feature: iFrame widget (#2261)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Reiss Cashmore
2023-10-31 14:19:57 +00:00
committed by GitHub
parent 5512d05f00
commit ebd384c62d
7 changed files with 111 additions and 0 deletions

View File

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