Remix.run Logo
yoz-y 3 hours ago

I think it would be preferable if the agent figured out the right place to do this.

When I debug CSS or toy with styling, I will often edit the element styles directly but naturally I would like them to be applied within classes the element has, or maybe add a new utility. Never would I put styles on the element.

I suppose that in the same fashion, if your project uses tailwind or something, you will edit styles manually but when you get it right you want them to be added as “whatever the code uses”

SirHound 2 hours ago | parent [-]

Sorry, I mean to say the agent does figure out the right place, based on your technical decisions. So if you want to use classes it isn't going to start adding style attributes. The skill contains instructions about following the existing setup within the codebase.

sassymuffinz 3 minutes ago | parent [-]

So if I’m using Tailwibd let’s say, and then I adjust the padding on an element does it update the HTML (or does the agent update my html) with an alternative padding class like p-4 or p-[11px] or something if nothing matches?