Best Practices for Integrating Client-First Design into Existing Projects
Hi everyone, I have a question. Iām working on an existing client website that currently doesnāt use the Client-First naming system or Relume modules. Iāve built new pages in a separate project using the Client-First cloneable and Relume modules, allowing me to work in a more organized way. Now, I want to move these new pages into the old project. My plan was to rename all the classes with a ā2024_xā prefix to avoid conflicts. However, when I do that, I notice that some things break (margins and paddings stop working). If I simply copy the new pages into the old project, they inherit the old classes like āpadding-global 6,ā which is not ideal. What do you think is the best approach here? I want to avoid using the old class structure, but also donāt want to break the layout.