Skip to content

Commit

Permalink
fix: #2138
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Aug 3, 2023
1 parent 8d07141 commit 6fdebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/responsiveRegex.js
Expand Up @@ -16,7 +16,7 @@ module.exports = [
{
// responsive utilites for daisyUI components
pattern:
/(drawer-open|modal-middle|modal-top|modal-bottom|card-side|card-compact|card-normal|stats)/,
/(drawer-open|modal-middle|modal-top|modal-bottom|card-side|card-compact|card-normal|stats|divider-horizontal|divider-vertical)/,
variants: ["sm", "md", "lg", "xl"],
},
{
Expand Down

0 comments on commit 6fdebb3

Please sign in to comment.