The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Parenting/reusing CSS styles › Reply To: Parenting/reusing CSS styles
How do I do this to apply to specific tags like H3? @oliversb
Simply take @Ed’s first example and replace .box with h3 and move the h3 to the front of the declaration:
.box
h3
h3.large { /* styles */ }