Working on the styling some more.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user