Copy class onto another class

It would be very nice to have an option to copy styling from one class to another.

I use BEM naming convention when building a site and I often find myself a need to copy styles from a different class.

Simply applying an already made class to a element is not an option because sometimes I would like to make changes only to that speciffic element and I never want to style it with ID.

This should be already possible, if I understand you correctly.
Just copy the style of one block and paste in into another:

Screenshot 2022-05-23 194304

You could also use your BEM class as an additional class of the new block and then override specific styles with the original class, just by using the block options panel.

1 Like

You’re right man. Thank you!

1 Like