buttons and grid are working in chat with svelte method

This commit is contained in:
simplonco
2022-12-24 19:23:26 +01:00
parent bcea4a181d
commit aea7d5a4fc
13 changed files with 574 additions and 235 deletions

View File

@@ -48,7 +48,7 @@ export default {
}),
// we'll extract any component CSS out into
// a separate file - better for performance
css({ output: 'extra.css' }),
css({ output: 'bundle.css' }),
// If you have external dependencies installed from
// npm, you'll most likely need these plugins. In