We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd52821 commit 451b34dCopy full SHA for 451b34d
readme.md
@@ -327,8 +327,9 @@ Install the gem using `bundle add tailwind_merge` and use this configuration to
327
328
```ruby
329
ClassVariants.configure do |config|
330
- config.tw_merge = true # by default is false
331
- config.tw_merge_config = {} # by default is nil
+ config.process_classes_with do |classes|
+ TailwindMerge::Merger.new.merge(classes)
332
+ end
333
end
334
```
335
0 commit comments