Working on the styling some more.

This commit is contained in:
Scott Idem
2024-08-23 16:34:28 -04:00
parent 014d244019
commit 4fa8d0368f
18 changed files with 414 additions and 47 deletions

View File

@@ -4,6 +4,8 @@ import forms from '@tailwindcss/forms';
import typography from '@tailwindcss/typography';
import { skeleton } from '@skeletonlabs/tw-plugin'
import { myCustomTheme } from './osit_ae_theme_3'
export default {
darkMode: 'class',
content: ['./src/**/*.{html,js,svelte,ts}', join(require.resolve('@skeletonlabs/skeleton'), '../**/*.{html,js,svelte,ts}')],
@@ -30,6 +32,9 @@ export default {
typography,
skeleton({
themes: {
custom: [
myCustomTheme
],
preset: [
{
name: 'gold-nouveau',