From 180e8780d8748c8b09dc5f12c3b64e9c6e85e033 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 31 Aug 2010 20:57:59 -0700 Subject: [PATCH] update some comments and formatting --- .../blueprint/templates/project/partials/_base.sass | 2 +- .../blueprint/templates/semantic/partials/_base.sass | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frameworks/blueprint/templates/project/partials/_base.sass b/frameworks/blueprint/templates/project/partials/_base.sass index 5629fe2d..4e8d5a51 100644 --- a/frameworks/blueprint/templates/project/partials/_base.sass +++ b/frameworks/blueprint/templates/project/partials/_base.sass @@ -6,6 +6,6 @@ $blueprint-container-size : 950px $blueprint-grid-margin : 10px // Use this to calculate the width based on the total width. -// Or you can set !blueprint_grid_width to a fixed value and unset !blueprint_container_size -- it will be calculated for you. +// Or you can set $blueprint-grid-width to a fixed value and unset $blueprint-container-size -- it will be calculated for you. $blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin diff --git a/frameworks/blueprint/templates/semantic/partials/_base.sass b/frameworks/blueprint/templates/semantic/partials/_base.sass index c5ed1ccf..5afe5c06 100644 --- a/frameworks/blueprint/templates/semantic/partials/_base.sass +++ b/frameworks/blueprint/templates/semantic/partials/_base.sass @@ -1,10 +1,10 @@ // Here is where you can define your constants for your application and to configure the blueprint framework. // Feel free to delete these if you want keep the defaults: -$blueprint-grid-columns: 24 -$blueprint-container-size: 950px -$blueprint-grid-margin: 10px +$blueprint-grid-columns : 24 +$blueprint-container-size : 950px +$blueprint-grid-margin : 10px // Use this to calculate the width based on the total width. -// Or you can set !blueprint_grid_width to a fixed value and unset !blueprint_container_size -- it will be calculated for you. +// Or you can set $blueprint-grid-width to a fixed value and unset $blueprint-container-size -- it will be calculated for you. $blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin