Skip to content

Commit

Permalink
fix: missing responsive dropdown modifiers. closes #2490
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 26, 2023
1 parent 3a617c6 commit ac3266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/responsiveRegex.js
Original file line number Diff line number Diff line change
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|divider-horizontal|divider-vertical)/,
/(drawer-open|modal-(middle|top|bottom)|card-(side|compact|normal)|(stats|divider)-(horizontal|vertical)|dropdown-(end|top|bottom|left|right))/,
variants: ["sm", "md", "lg", "xl"],
},
{
Expand Down

0 comments on commit ac3266a

Please sign in to comment.