[READ-ONLY] Mirror of https://github.com/flo-bit/svleek. simple but beautiful documentation generator from markdown flo-bit.github.io/svleek/
documentation documentation-generator markdown svelte sveltekit tailwind
0

Configure Feed

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

svleek / postcss.config.js
80 B 6 lines
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {}, 5 }, 6}