UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

14 lines (11 loc) 194 B
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } #root { min-height: 100vh; }