Currently, I am creating a SCSS file for my React application that incorporates React Semantic UI (). I am encountering difficulty selecting subcomponents within the CSS. Specifically, how can I target elements like <Item.Group>
tag?
I attempted using Item.Group { ... }
, however, it interprets "Group" as a class rather than recognizing it as a subcomponent of Item.