Slide 32
Slide 32 text
Yikes!!!
.tabs .box,
.tabs .boxFeature,
.tabs .boxBasic {
background: #ccc;
}
.dropdownMenu .box,
.dropdownMenu .boxFeature,
.dropdownMenu .boxBasic {
background: #ccc;
}
.tabs .box,
.tabs .boxFeature,
.tabs .boxBasic {
background: #ccc;
}
.dropdownMenu .box,
.dropdownMenu .boxFeature,
.dropdownMenu .boxBasic {
background: #ccc;
}
1. Output tab boxFeature, tab boxbasic, all these unwanted classes.
2. Downside of @extend -> it’ll extend all the places where you’ve used that class you’ve extended
3.Important to always check your output and be really careful when you use extend, otherwise..