I have a strange problem
I'm trying to style a SemanticUI button, but the button's internal CSS is applied on top of my CSS class, and so none of my stylings are applied.
Note the top style is from semantic.min.css, while the style under it (being overridden) is defined in my own style tag
Also note: The ordering of the CSS in the header appears to be 'correct', or at least, my custom CSS comes after the SemanticUI import
I'm using SemanticUI React with CSS Modules, if that makes a difference.
How can I get my class applied over the top of semanticUI's button class?


