Lets say i have a reusable component that i want to place at an absolute position but i also want to allow it to be placed inside eg. flex-boxes. What is the intended workflow for this since i cannot easily pass styles to child components? I know i can use the .parent :global(.child) pattern but this seems like an ugly way of solving the issue but the best i have found. I could also habitually wrap components inside style wrappers to give them absolute positions but this also seems like a blunt way of approaching it. I am thinking i might need to change my mindset on how to approach the problem so i am open to both specific feedback and feedback on how to approach thee issue in a different way.
This REPL demonstrates the issue https://svelte.dev/repl/da3cd9b8b8f54cd7b0bfac958d1b938e?version=3.46.2