Dev Tools · 3h ago
Rails dev builds faster CSS class helper after discovering built-in
A developer created clsx-ruby and clsx-rails, two gems for conditional CSS classes, after learning Rails already ships class_names. The new gems are framework-agnostic, faster, and handle conflicting classes like px-2 and px-4. They offer a drop-in replacement for ActionView's token_list helper.
Meridian48 take
A niche but practical improvement for Rails developers who need performance and conflict resolution in CSS class management.
railscss-classes