Sha256: 8d90f400434830233d48226362d5d3a37b63d37389b6a779d7c87ec2a74e3320

Contents?: true

Size: 946 Bytes

Versions: 4

Compression:

Stored size: 946 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;

@import "compass/utilities/text";
@import "compass/utilities/lists";
@import "compass/utilities/links";

// HTML 5 hacks
header,section,nav,article,aside{display:block;}

@include blueprint-scaffolding("body");

#page_container {
  @include blueprint-typography(true);
  @include blueprint-utilities;
  @include blueprint-debug;
  @include blueprint-interaction;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
turquoise-0.0.7 templates/project/partials/layouts/_base.scss
turquoise-0.0.6 templates/project/partials/layouts/_base.scss
turquoise-0.0.5 templates/project/partials/layouts/_base.scss
turquoise-0.0.4 templates/project/partials/layouts/_base.scss