problem: not clear what newcomers should do

This commit is contained in:
gsovereignty
2024-06-11 17:00:59 +08:00
parent 89ef06758a
commit ffa60e0b19
9 changed files with 306 additions and 16 deletions

View File

@@ -3,8 +3,9 @@ import type { Config } from "tailwindcss";
const config: Config = {
darkMode: ["class"],
content: ["./src/**/*.{html,js,svelte,ts}"],
content: ["./src/**/*.{html,js,svelte,ts}", './node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}'],
safelist: ["dark"],
plugins: [require('flowbite/plugin')],
theme: {
container: {
center: true,