So when copying and pasting between classes, rather than maintaining the %root% placeholder, it copies the former class name, meaning need to go back through and manually update to %root% to dynamically get this new class name
Hi @yasmine,
thank you for your report. Since I can not reproduce the problem, would you mind recording a video with steps you take, so I can reproduce it locally?
I tried to create two element, and I assigned different classes to them. In the first on, I added some CSS styling:
%root% {
background-color: red;
}
Then I closed the element and opened it again, and copied the styling to the other element, to the other class. I copied it over to the new class in the new element, but root was still there.
So, if you can provide me steps for replication, I will be really happy to look into it.
Best regards,
M