It's a todo list.
7
fork

Configure Feed

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

at 70e964633477784761cbb61734c04fd22a99c4ab 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};