Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -7,11 +7,10 @@ let log_lvl: number = 1;
|
||||
// *** Import Svelte specific
|
||||
import { browser } from '$app/environment';
|
||||
// *** Import other supporting libraries
|
||||
import { AppShell, AppBar, initializeStores } from '@skeletonlabs/skeleton';
|
||||
import { Modal } from '@skeletonlabs/skeleton';
|
||||
import { AppBar } from '@skeletonlabs/skeleton-svelte';
|
||||
import type {
|
||||
ModalComponent
|
||||
} from '@skeletonlabs/skeleton';
|
||||
} from '@skeletonlabs/skeleton-svelte';
|
||||
|
||||
|
||||
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
@@ -167,7 +166,7 @@ function add_activity_log(
|
||||
{#snippet footer()}
|
||||
|
||||
<div
|
||||
class="flex text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1"
|
||||
class="flex text-sm sm:text-sm lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1"
|
||||
class:ae_debug={$ae_loc?.debug}
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user