I have a custom component and I'm using a number of those in the markup of the parent. When I declare a style within the custom component, it performs as expected. However, when I set the style in the parent component selecting each of the custom one, the formatting takes place but doesn't target the custom component - instead it gets a hit outside of it and not in relation of it.
In the Blitzy example, the border can be seen not around the hellows, but outside of them.
I don't understand why it happens, let alone how to resolve it.