Sha256: 1bad8c8a74e334b4cfd3abb1aeb059a780bee2ca8ca450803923d46672760b2e
Contents?: true
Size: 580 Bytes
Versions: 21
Compression:
Stored size: 580 Bytes
Contents
// 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; // 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. $blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin;
Version data entries
21 entries across 21 versions & 1 rubygems