Moved things

This commit is contained in:
Oliver Davies 2015-09-13 10:44:08 +01:00
parent dad3da5ce7
commit c37df83df7
29 changed files with 0 additions and 0 deletions

View file

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