Updating packages and theme finally

This commit is contained in:
Scott Idem
2025-06-18 13:09:04 -04:00
parent 61c78fc641
commit f126abf39d
7 changed files with 940 additions and 1565 deletions

View File

@@ -8,7 +8,8 @@ import type { Config } from "tailwindcss";
import tailwindcssAnimate from "tailwindcss-animate";
import { skeleton } from '@skeletonlabs/tw-plugin';
import { myCustomTheme } from './osit_ae_theme_3';
import { OSIT_Custom_Theme } from './theme_osit_3';
import { LCI_Custom_Theme } from './theme_lci_1';
// Most of this was generated by the Shadcn CLI. I merged the rest back from from the original tailwind.config.js.
// export default {
@@ -121,7 +122,8 @@ const config: Config = {
skeleton({
themes: {
custom: [
myCustomTheme
OSIT_Custom_Theme,
LCI_Custom_Theme
],
preset: [
{