classRegex in vscode settings.json triggers cssConflict warning inside switch case statements.
Moon-Sangho opened this issue · 0 comments
Moon-Sangho commented
I tried to apply different styles using a switch case statement according to the size prop, but a cssConflict warning occurs as shown below.
By the way, if I change the order of the css properties, the cssConflict warning disappears. Is there a solution to avoid warnings without changing the order of css properties?