It's a todo list.
7
fork

Configure Feed

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

at 32fa742cb0dac5aab70ad4e942b954159af39d79 12 lines 224 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ['./src/**/*.{html,js,svelte,ts}'], 4 theme: { 5 extend: { 6 fontFamily: { 7 apfel: ["Apfel Grotezk"] 8 } 9 } 10 }, 11 plugins: [], 12};