Add Custom Tab component, BetterLeavesLite wiki

This commit is contained in:
Martin Prokoph
2024-12-09 16:01:33 +01:00
parent e7f555ee34
commit fe516b5942
7 changed files with 374 additions and 115 deletions

View File

@@ -11,5 +11,14 @@ export default defineConfig({
compressHTML: true,
integrations: [mdx(), icon(), tailwind({
applyBaseStyles: false
}), alpinejs()]
}), alpinejs()],
vite: {
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
}
}
});