Skip to content

Commit ab9e2dc

Browse files
authored
Merge pull request #34 from javierav/readme
Update tailwind merger example
2 parents 67389d7 + be0da6c commit ab9e2dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,9 @@ Install the gem using `bundle add tailwind_merge` and use this configuration to
362362

363363
```ruby
364364
ClassVariants.configure do |config|
365+
merger = TailwindMerge::Merger.new
365366
config.process_classes_with do |classes|
366-
TailwindMerge::Merger.new.merge(classes)
367+
merger.merge(classes)
367368
end
368369
end
369370
```

0 commit comments

Comments
 (0)