You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i pass colors via props it does not render them, checking browser css window its not even there, but if i use styles and pass colors there then it works.
I'm not sure if this is due to Solid way of rendering or i missed something?
I used SolidStart Tailwind template and added this code to test
Maybe not solid issue, i've added custom colors and those seem to work, so looks like Tailwind is removing colors that are conditionally rendered? but is that Tailwind or solid?
Duplicates
Latest version
Current behavior 😯
When i pass colors via props it does not render them, checking browser css window its not even there, but if i use styles and pass colors there then it works.
I'm not sure if this is due to Solid way of rendering or i missed something?
I used SolidStart Tailwind template and added this code to test
The text was updated successfully, but these errors were encountered: