Sha256: a5c8f461c0f8301c85612fd7baa03a2a6c24e263ac5492a3912ebb747cfe8083
Contents?: true
Size: 657 Bytes
Versions: 33
Compression:
Stored size: 657 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: 758px; $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; $blueprint-grid-outer-width: $blueprint_grid_width + $blueprint_grid_margin;
Version data entries
33 entries across 33 versions & 1 rubygems