mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-09 12:39:23 -03:00
- Add semantic OKLch color tokens with light/dark themes - Add typography, spacing, effects, breakpoints, z-index tokens - Refactor base.css with backward-compatible aliases - Add prefers-reduced-motion support - Add MIGRATION.md for Phase 2 component audit
9 lines
145 B
CSS
9 lines
145 B
CSS
:root {
|
|
--bp-mobile: 768px;
|
|
--bp-tablet: 1024px;
|
|
--bp-desktop: 1400px;
|
|
--bp-wide: 1920px;
|
|
--bp-ultrawide: 2150px;
|
|
--bp-4k: 3000px;
|
|
}
|