Andrew
                                            Andrew
                                        
                                    ok, but why WindiCSS can's support inline background image as Tailwind does? In order to differentiate color from a image `url(` presence in the path can be taken into account
Even when used with it produces hydration issues on initial page rendering 
@ikluhsman what do you mean by misconfiguration? When you put something client only that means that on initial render you most definitely creating a hydration issues, because your client VDOM...
@the94air how is it related to what we discuss here?
> @AndrewBogdanovTSS I thought that's what everyone is trying to deal with, not being able to show the data to crawlers due to no SSR support 🥴 No, it's not...
The reason that causes SSR issue here is the fact that different number of columns are used on different resolutions. Since in SSR mode there is no bulletproof way to...
@dosstx if you will find one - let me know. I guess in the future we could write a wrapper solution around this library that would detect support for `grid-template-rows:...
@dosstx the main problem with SSR in my use case was a responsive behavior. Since we can't reliably detect screen dimensions during SSR a fallback to mobile layout is done...
@dosstx thanks, I will try that
@vltansky yes, it may be related