[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 / postcss.config.js
73 B 6 lines
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {} 5 } 6};