Sha256: 7992d68fc5376d6bb045105a2002dcf6008888edd9b9023fc47a21e933721862
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 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: 800px $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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
humpyard-0.0.1 | lib/generators/humpyard/skeleton/templates/stylesheets/partials/_base.sass |