Zachary Carlin

Results 8 comments of Zachary Carlin

I was coming here to add this issue 👍. As of now it may be best to just use a javascript object and import it as an inline style.

Hopefully it is a css parser. That way other tools that end up outputting css can be integrated.

I was able to put a css file in the asset folder then link to it like this. Also worked for remote styles and anything a normal head tag would...

https://www.npmjs.com/package/react-helmet may be a good repo to incorporate this sort of stuff.

> I'm having trouble figuring out how to get css in the head. Does anyone have an example repo to look at? Thanks! @TS000 https://github.com/About7Sharks/freshblog/blob/main/routes/index.tsx

The official Deno youtube channel has videos like [Kitson Kelly's "Deno on the Edge" at MelbJS Meetup](https://www.youtube.com/watch?v=G_2AgdgEbkI) and [Ryan Dahl's "My Dream Stack" at RemixConf 2022](https://www.youtube.com/watch?v=3NR9Spj0DmQ) which explain it well.

> ``` > deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts > ``` I received an error for this. But got it to work by also including the `--unstable` flag.

Can confirm, ran into this issue today. Only happens when trying to decode the packet; leaving in raw works fine :/