Sha256: 7dce4a19fdd87bab60b8a549f23532b2d353a02dfbd202fe884d26924f14de98
Contents?: true
Size: 587 Bytes
Versions: 44
Compression:
Stored size: 587 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
44 entries across 44 versions & 2 rubygems