cheatsheets/_sass/2017/components/h2-section.scss

11 lines
116 B
SCSS

/*
* h2 section
*/
/* Hide the first h2 heading */
.h2-section {
&:first-child > h2 {
display: none;
}
}