More package and configuration related updates.

This commit is contained in:
Scott Idem
2024-12-03 10:28:56 -05:00
parent c6631e221c
commit e4797e178d
7 changed files with 421 additions and 610 deletions

View File

@@ -1,3 +1,5 @@
/** @type {import('tailwindcss').Config} */
import { join } from 'path'
import { fontFamily } from "tailwindcss/defaultTheme";
import forms from '@tailwindcss/forms';
@@ -9,6 +11,7 @@ import { skeleton } from '@skeletonlabs/tw-plugin';
import { myCustomTheme } from './osit_ae_theme_3';
// Most of this was generated by the Shadcn CLI. I merged the rest back from from the original tailwind.config.js.
// export default {
const config: Config = {
darkMode: ["class"],
content: [