alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
web
/
src
2 folders
6 files
at
4293a32194a6768c4e009d868d804d932f334768
eti
web: teach tailwind-merge about the type scale tokens
16d ago
4293a321
lib
web: teach tailwind-merge about the type scale tokens the design-system type utilities are text-heading-3, text-paragraph-small and so on, which tailwind-merge reads as text-<colour> rather than as font sizes. that means any tv() definition whose variants set a text colour silently drops its own size: tv({ base: 'text-paragraph-small text-foreground-muted' }) resolves to just the colour. /tv exports a createTV instance that registers the tokens as font sizes, so the size and the colour both survive while Tailwind's own text-sm/text-lg merging keeps working. every component that used tv now imports it from there. User.svelte is the one holdout, since it has unrelated uncommitted work in it. Signed-off-by: eti <eti@eti.tf>
2 weeks ago
routes
web/components: add components and stories for timeline also fix up timeline styles Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
app.css
web/api: add comment and issue crud ops
2 weeks ago
app.d.ts
web,localinfra: use knotmirror Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago
app.html
web: init with scaffolding Signed-off-by: dawn <dawn@tangled.org>
1 month ago
hooks.server.ts
web: switch prettier to double quotes Signed-off-by: eti <eti@eti.tf>
1 month ago
icon.d.ts
web: switch prettier to double quotes Signed-off-by: eti <eti@eti.tf>
1 month ago
markup.css
web: render markdown readmes Signed-off-by: dawn <dawn@tangled.org>
2 weeks ago