Sha256: 71e357be8d6c2cee3087db0596f18abc0958fa617d26d4326a839b2fe1a0e527
Contents?: true
Size: 581 Bytes
Versions: 15
Compression:
Stored size: 581 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
15 entries across 15 versions & 1 rubygems