Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 381 Bytes

File metadata and controls

10 lines (6 loc) · 381 Bytes

DialKit

Build

  • After editing styles in src/styles/theme.css, run npm run build — the CSS is copied to dist/styles.css via tsup's onSuccess hook, not hot-reloaded.
  • The example app (example/photostack) imports dialkit/styles.css which resolves to dist/styles.css.

Style Rules

  • Buttons in ButtonGroup must always stack vertically (never inline/row).