repos
/ finance-rust master

finance-rust

mirror archived upstream

Single-binary self-hosted market watcher for stocks, ETFs, indexes, and futures: live charts, key stats, fundamentals, SEC filings, and SSE streaming.

axumdockerfinancerustself-hostedsqlitestocksvite

250 B · 8 lines · SCSS Raw History
1// SCSS build-time tokens. The runtime theme tokens (CSS custom properties)
2// live in base.scss :root so they are emitted exactly once across entries.
3
4// breakpoints: phone-first, larger sizes layer on
5$bp-sm: 560px;
6$bp-md: 820px;
7$bp-lg: 1120px;