From 595b1a0849044f9c0909de70e0d796634548ff64 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 16 Oct 2008 09:16:17 -0700 Subject: [PATCH] Small changes to accomodate Sass language advancements. Negation is now 'not' and @else exists. --- frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass | 4 ++-- .../blueprint/stylesheets/blueprint/modules/_liquid.sass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass index 71b24a00..15b63648 100755 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass @@ -49,7 +49,7 @@ +span(!n) @if !last +last - @if !!last + @else :margin-right = !layout_grid_margin // Mixin to a column to append n empty cols. @@ -66,7 +66,7 @@ :position relative @if !last :margin-left = (-!layout_grid_outer_width * !n) + !layout_grid_margin - @if !!last + @else :margin-left = -!layout_grid_outer_width * !n // mixin to a column to push it n columns to the right diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass index 59b76533..7a434117 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass @@ -65,7 +65,7 @@ +span(!n) @if !last +last - @if !!last + @else :margin-right = !layout_liquid_margin =append(!n)