Skip to content

Commit

Permalink
docs: add darkMode: class to introduction and quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 28, 2024
1 parent cb2c591 commit 33f619f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/docs/pages/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/pages/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 33f619f

Please sign in to comment.