Re-using modules with copy/paste between Webflow projects is big time saver! It would be very nice if, when pasting modules into a different project, there could be an option to use existing class names instead of just automatically renaming all class names with name conflicts.
It doesn’t rename classess simply because they are named the same. It does that because they are classes which share a name but are not 100% identical. For example you have Container in Project n1 and you want to copy another Container in Project n2, they share a name but one has max width set to be 1000px and the other has 1200px max width. That is the reason they rename it, because it creates a conflict there. ( If it has even 1 difference it will rename it, no matter how insignificant.
Hope this resolves some of your doubts regarding copying content, cheers!
Yeah my idea as well. Why not have a dialog, because it currently already know if there are conflicts, however it now decides to take the classes from the source and thus making new names. If we have a simply dialog which asks; There are name conflicts. Do you want to use target classes? Yes will use the target, no will add new names. Thus No is the current implementation. Its very tedious to adjust every all the time when doing copy/paste. Webflow is already clever enough to check. It only would need 1 if / else loop in that check.