RootCauseunvalidated
the element keeps the col-span-2 style — apply Tailwind CSS classes dynamically using a variable in my Svelte component. Tension: I expected col-span-1 from hostClass to override the static col-span-2 class, but it doesn't seem to work. Outcome: the only thing that matters is the specificity of the rules and, if that is equal, the order of the rule declaration.
4d5e1d03-6c69-4a72-87f6-bf162298d06b
the element keeps the col-span-2 style — apply Tailwind CSS classes dynamically using a variable in my Svelte component. Tension: I expected col-span-1 from hostClass to override the static col-span-2 class, but it doesn't seem to work. Outcome: the only thing that matters is the specificity of the rules and, if that is equal, the order of the rule declaration.