Selector Inheritance the Easy Way: Introducing @extend
Posted April 26, 2010
There are often cases when designing a page when one class should have all the styles of another class, as well as its own specific styles. The most common way of handling this is to use both the more general class and the more specific class in the HTML. For example, suppose we have a design for a normal error and also for a serious error. We might write our markup like so:
<div class="error seriousError"> Oh no! You've been hacked! </div>
And our styles like so:
About Me
Feed
13 Comments
More
Older Posts

