update some comments and formatting
This commit is contained in:
parent
2d198870db
commit
180e8780d8
@ -6,6 +6,6 @@ $blueprint-container-size : 950px
|
|||||||
$blueprint-grid-margin : 10px
|
$blueprint-grid-margin : 10px
|
||||||
|
|
||||||
// Use this to calculate the width based on the total width.
|
// 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
|
$blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@ $blueprint-container-size: 950px
|
|||||||
$blueprint-grid-margin : 10px
|
$blueprint-grid-margin : 10px
|
||||||
|
|
||||||
// Use this to calculate the width based on the total width.
|
// 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
|
$blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin
|
||||||
|
Loading…
Reference in New Issue
Block a user