6 lines
132 B
SCSS
6 lines
132 B
SCSS
@each $page in services, testimonials, talks, blog, contact {
|
|
.page--#{$page} .nav__#{$page} {
|
|
@extend .active;
|
|
}
|
|
}
|