265 B
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}",
...
]
}