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

Version Path
quby-5.6.5 app/assets/stylesheets/quby/partials/_base.scss
quby-5.6.3 app/assets/stylesheets/quby/partials/_base.scss
quby-5.6.2 app/assets/stylesheets/quby/partials/_base.scss
quby-5.6.1 app/assets/stylesheets/quby/partials/_base.scss
quby-5.6.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.5.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.4.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.3.1 app/assets/stylesheets/quby/partials/_base.scss
quby-5.3.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.2.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.1.3 app/assets/stylesheets/quby/partials/_base.scss
quby-5.1.2 app/assets/stylesheets/quby/partials/_base.scss
quby-5.1.1 app/assets/stylesheets/quby/partials/_base.scss
quby-5.1.0 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.5 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.4 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.3 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.2 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.1 app/assets/stylesheets/quby/partials/_base.scss
quby-5.0.0 app/assets/stylesheets/quby/partials/_base.scss