Skip to content

Commit

Permalink
fix: #2000
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 20, 2023
1 parent 77fdf79 commit 92cb491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/responsiveRegex.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = [
},
{
// responsive utilites for daisyUI components
pattern: /(modal-middle|card-side|stats)/,
pattern:
/(drawer-open|modal-middle|modal-top|modal-bottom|card-side|card-compact|card-normal|stats)/,
variants: ["sm", "md", "lg", "xl"],
},
{
Expand Down

0 comments on commit 92cb491

Please sign in to comment.