fix monorepo package.json & tailwind

Fixes to package naming, sveltekit version mixups, local import
extensions, tailwind app.css imports, tailwind references.
This commit is contained in:
Elijah Duffy
2025-05-20 14:46:18 -07:00
parent 72bc7e23b4
commit 5da85021af
5 changed files with 7 additions and 8 deletions

View File

@@ -355,7 +355,7 @@
</div>
<style lang="postcss">
@reference "@repo/tailwindcss-config/app.css";
@reference "../app.css";
:global(.time-input) {
@apply h-16 w-24 text-center text-xl;
@@ -375,7 +375,7 @@
@apply border-accent dark:border-accent/50 cursor-pointer px-3 py-1 font-medium;
&.selected {
@apply bg-accent text-background dark:bg-accent/30 dark:text-background/90 ring-1 ring-black dark:ring-blue-300;
@apply bg-accent text-background dark:bg-accent/30 dark:text-background/90 ring-text ring-1 dark:ring-blue-300;
}
}
</style>