Y
Hacker News
new
|
ask
|
show
|
jobs
by
mcintyre1994
1535 days ago
Where’s Tailwind coming from in this example? It doesn’t seem to be imported, and I can’t see anything about it in their playground link either:
https://dash.deno.com/playground/website-in-a-single-js
2 comments
woutr_be
1535 days ago
nanossr seems to be using twind (
https://github.com/tw-in-js/twind
) under the hood.
link
dairylee
1535 days ago
> For rendering of the JSX, we use nanossr, which is a tiny server-side renderer that uses twind under the hood for styling
link