I'm coming to Fresh from React. I'm used to being able to make stylesheets in external css files and importing them into my jsx. However, I've found that you aren't able to simply import css into fresh like that. I've tried using twind, but I'm having a hard time getting into it. I'm wondering if there are any alternatives to it.
#Fresh styling options other than TWind?
10 messages · Page 1 of 1 (latest)
I'm using fresh with external .css stylesheets for my blog. Are you looking for something like this?
https://github.com/bpevs/bpev.me/blob/main/main.ts#L24
Or do you mean you are used to importing component-level css files?
can also use styles prop
you could definitely just use a link css tag in the head but I think I made plugin some other styling thing for fresh https://github.com/load1n9/fresh-pico dont think it was very fast so if anyone wants this I could probably work on optimizing it
Oh man, i entirely forgot that i could just link css... 
The react brainrot
I'm going to sleep
I will get back to this tomorrow and see if i can get my issue fixed
For now, thread stays open
i had the same issues when i started using fresh coming from react. it seemed almost like the only option was twind, which i personally just don't get along with. the documentation could use some love when it comes to styling options.