wip: css/ui and desktop work

This commit is contained in:
Adam 2025-10-16 14:53:44 -05:00
commit 47d9e01765
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
52 changed files with 532 additions and 1634 deletions

View file

@ -1,8 +1,9 @@
@import "./index.css";
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
@import "./index.css";
@theme {
--shadow-*: initial;
--shadow-xs-border-selected: var(--shadow-xs-border-selected);