More package and configuration related updates.
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user