Styling Discourse with variables: A case for simpler semantics

The short answer is don’t do this :sweat_smile:

You’re much better off targeting a secondary button class, btn-default, btn-primary, btn-flat — these secondary classes represent a visual type of button.

.btn and button are more broadly “this is a button” rather than any specific appearance

4 Likes