v0.1.4
Marquis v0.1.4 Summary
Fix: cn() was stripping font-mono because it conflicted with font-semibold.
The font-mono class was already in getStatCardValueClasses() since v0.1.2, but cn() was treating all font-* classes as one group.
Now:
- Font family: font-sans, font-serif, font-mono (conflict with each other)
- Font weight: font-semibold, font-bold, etc. (conflict with each other)
font-mono font-semibold now both survive.
Full Changelog: v0.1.3...v0.1.4