How to follow another CSS selector's properties?
Advertisements I’m using Bootstrap CSS and I want my site to consistently use the same button design (class="btn btn-primary"). But there’s a plugin I’m using that has its own class for buttons ("ethpress-metamask-login-button"). So, how could I make ethpress-metamask-login-button class to follow btn btn-primary properties other than copying each property over to ethpress-metamask-login-button declaration block?… Read More How to follow another CSS selector's properties?