Skip to content

v0.1.4

Choose a tag to compare

@RickCogley RickCogley released this 30 Nov 06:03
· 21 commits to main since this release
504516e

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