aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

Fix class name merging for table helper #67

Open bibstha opened 3 weeks ago

bibstha commented 3 weeks ago

Previously options.reverse_merge would mistakenly not pick the merged classes with the tw helper. This was because reverse_merge would continue picking the existing classes.

With the change, we pick the new merged classes.