Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 16:30
· 50 commits to main since this release

Breaking:

  • Use flat color palette in theme (i.e. blue: { 300: "#93c5fd", 400: "#60a5fa" } -> "blue-300": "#93c5fd", "blue-400": "#60a5fa")
  • Theme function requires double quotes and always uses key.value syntax (theme(spacing[2.5]) -> theme("spacing.2.5"))