Router brakes css
Code that works:
cc @Brendonovich
6 Replies
trying to use nested routes https://github.com/solidjs/solid-router?tab=readme-ov-file#nested-routes
GitHub
GitHub - solidjs/solid-router: A universal router for Solid inspire...
A universal router for Solid inspired by Ember and React Router - solidjs/solid-router
I kind of feel that maybe it's tailwinds css that is unable to generate css for some reason
as suspected that the devtools for some reason is not building the css in the second one
I just did a tailwinds watch and linked the output css to index.html
I don't really know how to trace the error / find why it's not working but sure if someone can help me then maybe this is a good first pr for us or me
hmm nothing seems off there, can you reproduce the problem in stackblitz?
alright
it takes it's pretty time lol
here https://stackblitz.com/edit/daisyui-solidjs-ppdn6e?file=src%2Findex.tsx
so in the index.html comment out the stylesheet and you would see what I mean
you're not importing
index.css
anywheredo I need to? π
amI dumb
Thanks!!!