It's a todo list.
7
fork

Configure Feed

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

at 7e837fa7aa60e9802bdda695baeeb2af40202cf1 8 lines 157 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ['./src/**/*.{html,js,svelte,ts}'], 4 theme: { 5 extend: {} 6 }, 7 plugins: [], 8};