It's a todo list.
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ae538c65e0ae449a610d833f30abe0f412a3c787 11 lines 209 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ['./src/**/*.{html,js,svelte,ts}'], 4 theme: { 5 extend: {} 6 }, 7 plugins: [require("daisyui")], 8 daisyui: { 9 themes: true 10 } 11};