Remove duplicate active styling

This commit is contained in:
Oliver Davies 2015-09-10 02:16:10 +01:00
parent a873de987b
commit f6557f74ae
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,7 @@
@each $page in services, testimonials, talks, blog, contact {
/*
@each $page in experience, services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
}
*/

View file

@ -3,4 +3,4 @@
@import "variables/**/*";
@import "base/**/*";
@import "components/**/*";
@import "components/**/*";