Dominik
Dominik
Yes I can workaround this issue by changing the css in the example. In my app it is a bit more problematic because I inherit the text color from the...
No issues from the div which can't be fixed by some css changes in my project. But I am a bit worried about people using css frameworks which require the...
Is there a reason for not simply using an if statement inside the case block? So instead of doing this ``` @switch (condition) { @case (caseA; when a == b)...