[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

svelte-github-corner / tailwind.config.ts
169 B 11 lines
1import type { Config } from 'tailwindcss'; 2 3export default { 4 content: ['./src/**/*.{html,js,svelte,ts}'], 5 6 theme: { 7 extend: {} 8 }, 9 10 plugins: [] 11} satisfies Config;