Public
Experimental JSX runtime with sx style prop
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

/** @jsxImportSource https://esm.town/v/jxnblk/jsx */
<h1 sx={{ fontSize: 32, color: "magenta", "&:hover": { color: "rebeccapurple", }, "@media (min-width:40em)": { fontSize: 48, } }}> Hello </h1>

Demo 01 Demo 02