Merge branch 'develop' into drupalcamp-north-talk

This commit is contained in:
Oliver Davies 2015-07-15 23:19:48 +01:00
commit 0902b11af0
3 changed files with 5 additions and 7 deletions

View file

@ -37,8 +37,6 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
favicon_sizes: [ 160, 96, 32, 16 ]
main_menu:
- title: About
href: /
- title: Services
href: /services/
- title: Testimonials

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
@each $page in about, work, services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
@each $page in services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
}