From 35a46860029590818760ccbf4f63670cec53f50f Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Sat, 2 Mar 2013 22:20:42 +1100 Subject: [PATCH] Another syntax fix to section --- scss/foundation/components/_section.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_section.scss b/scss/foundation/components/_section.scss index 7fe073192..ee0adb0fc 100644 --- a/scss/foundation/components/_section.scss +++ b/scss/foundation/components/_section.scss @@ -90,7 +90,7 @@ $section-bottom-margin: emCalc(20px) !default; padding: $section-padding; background-color: $section-content-bg; - *:last-child { margin-bottom: 0; } + &:last-child { margin-bottom: 0; } } &.active { -- 2.47.3