fumas/README.md
2024-08-30 05:49:53 +05:00

265 B

Fumas

svelte + tailwindcss minimal sytle ui lib

add it with

bun add -D git+https://git.ogkod.ru/root/fumas.git

and set up tailwind

export default {
    content: [
        "./node_modules/fumas/src/ui/*.{js,svelte}",
        ...
    ]
}