Skip to content

Commit

Permalink
Add xl to responsive prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 17, 2024
1 parent 7b26650 commit 56febba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phlexy_ui/class_list.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module PhlexyUI
class ClassList
RESPONSIVE_PREFIXES = %i[sm md lg].freeze
RESPONSIVE_PREFIXES = %i[sm md lg xl].freeze

def initialize(
component:,
Expand Down

0 comments on commit 56febba

Please sign in to comment.