Not sure if this is a bug or intentional, but when I save a section as a template, and upon inserting it, the “root” keyword to target the element wrapper gets replaced with the id of the element at the time of saving (ex. #brxe-ruowsk). I think it’s a bug since the styles don’t target the intended element any more (the current element wrapper).
Steps to reproduce:
Create a section or any element
Add custom CSS using the root target keyword (ex. root p { … styles })
Save the element as a template
Insert the template and notice the “root” keyword is now replaced with the default random ID the builder adds on element creation (ex. #brxe-ruowsk).