I am creating components with svelte-kit and tailwind, I have a parent component that I have some default properties and create a component that uses that parent component to make variations and thus create derivative components, I change the color of the letters, etc... What happens is that it does not load these variations, does anyone know why this is happening?
Parent component
Component with variation
Top comments (0)