NickWoodward
NickWoodward
Did you find a decent fix for this? In the past I managed to override postcss used, but I'm now getting ``` npm ERR! code EOVERRIDE npm ERR! Override for...
Yeah, I mean this is an absolute deal breaker for me. Being able to quickly resize over both sides of a breakpoint is essential
appreciate the feedback, but feel that's a mistake. this feature is single handedly why i won't develop with firefox.
It's not just "more" detail though, it's a fundamental part of nesting, no? Like the OP, I'm still wondering how to make a child a default. Definitely puts me completely...
> I recently stumbled on this project and saw a [scary revelation](https://news.ycombinator.com/item?id=35531244) by a user on ycombinator that Coolify is doing a `-v /var/run/docker.sock:/var/run/docker.sock`. > > Is this still the...
> To answer your top question, you have both `resave` and `saveUninitialized` set to `false`, so yes you would need to alter your session for the cookie to set, as...
So if your fixed element header is jumping, this: `pl-[calc(100vw-100%)]` should stop this (you may have to add w-[100vw] too) For your content you also need to add 100vw and...