DOM/CSS card
Imported from HTML and CSS.
`
)
await Bun.write(
cssPath,
`
.card {
display: flex;
flex-direction: column;
gap: 8px;
width: 240px;
padding: 24px;
background: #ffffff;
border: 1px solid #dddddd;
border-radius: 16px;
}
h1 {
font-size: 24px;
}
`
)
return { dir, htmlPath, cssPath }
}
function findNode(nodes: Iterable