diff --git a/src/routes/docs/pages/introduction.md b/src/routes/docs/pages/introduction.md index e55303b07..c02e594ae 100644 --- a/src/routes/docs/pages/introduction.md +++ b/src/routes/docs/pages/introduction.md @@ -83,7 +83,7 @@ import type { Config } from 'tailwindcss'; export default { content: ['./src/**/*.{html,js,svelte,ts}', './node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'], - + darkMode: 'class', theme: { extend: { colors: { diff --git a/src/routes/docs/pages/quickstart.md b/src/routes/docs/pages/quickstart.md index 61295b90f..785130d1f 100644 --- a/src/routes/docs/pages/quickstart.md +++ b/src/routes/docs/pages/quickstart.md @@ -82,7 +82,7 @@ import type { Config } from 'tailwindcss'; export default { content: ['./src/**/*.{html,js,svelte,ts}', './node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'], - + darkMode: 'class', theme: { extend: { colors: {