🌐 https://jakelazaroff.com
tangled.org/@jakelazarof...
tangled.org/@jakelazarof...
wish it worked in astro too
wish it worked in astro too
one big inspiration is the CSS setup at my job — tl;dr we're using CSS module scripts for no-build CSS modularity in dev and then esbuild to compile them into an actual CSS file for prod.
but it's kinda awkward because we have to modularize the CSS manually after every import:
one big inspiration is the CSS setup at my job — tl;dr we're using CSS module scripts for no-build CSS modularity in dev and then esbuild to compile them into an actual CSS file for prod.
but it's kinda awkward because we have to modularize the CSS manually after every import:
HTML importing was just a quick example. you could also use this system to import JSX, for instance:
HTML importing was just a quick example. you could also use this system to import JSX, for instance:
like, imagine you could do something like this:
like, imagine you could do something like this: