Skip to content
Snippets Groups Projects
Commit 7a78657c authored by Linus Keiser's avatar Linus Keiser :speech_balloon:
Browse files

restore pcss extensions...

parent 48589d49
No related branches found
No related tags found
1 merge request!312feat/layout
This diff is collapsed.
......@@ -3,6 +3,7 @@ import type { Config } from 'tailwindcss';
import { join } from 'path';
import { skeleton, contentPath } from '@skeletonlabs/skeleton/plugin';
import * as themes from '@skeletonlabs/skeleton/themes';
import twScrollbar from 'tailwind-scrollbar';
import grady from './theme';
......@@ -18,6 +19,7 @@ export default {
plugins: [
skeleton({
themes: [themes.catppuccin, themes.rose, grady]
})
}),
twScrollbar
]
} satisfies Config;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment