Updating packages and theme finally
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user