2010-01-21 18:20:55 +00:00
|
|
|
// 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:
|
|
|
|
|
2010-09-01 03:57:59 +00:00
|
|
|
$blueprint-grid-columns : 24
|
|
|
|
$blueprint-container-size : 950px
|
|
|
|
$blueprint-grid-margin : 10px
|
2010-01-21 18:20:55 +00:00
|
|
|
|
|
|
|
// Use this to calculate the width based on the total width.
|
2010-09-01 03:57:59 +00:00
|
|
|
// Or you can set $blueprint-grid-width to a fixed value and unset $blueprint-container-size -- it will be calculated for you.
|
2010-05-09 01:18:47 +00:00
|
|
|
$blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin
|