Sha256: 6f5038e62fa1b578b9b6d522ac2320412c94efdea7a53a43d20586b36a141792

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 KB

Contents

@import "blueprint";
@import "blueprint/fancy-type";
@import "blueprint/scaffolding";
@import "compass/reset";

body.blueprint {
  @include blueprint-typography(true);
  @include blueprint-scaffolding-body;
  .container {
    @include container; }
  .showgrid {
    background: inline_image("grid.png"); }
  hr {
    @include colruler; }
  hr.space {
    @include colspacer; }
  img#w3c {
    margin-top: 0;
    padding-top: 0; } }

body#index {
  #page-header {
    width: span(6); }
  #files-header {
    width: span(8); }
  #description-header {
    width: span(10); }
  #info {
    @include box;
    ul {
      margin-bottom: 0;
      padding-bottom: 0; } } }

body#sample {
  @include fancy-paragraphs;
  h2 {
    @include alt; }
  #first-box {
    @include column(7);
    @include colborder; }
  #another-box {
    @include column(8);
    @include colborder; }
  #aligned-box {
    @include column(7, true); }
  #main {
    @include column(15);
    @include prepend(1);
    @include colborder;
    img#test {
      @include pull(1);
      margin-top: 0;
      padding-top: 0; }
    em.caps {
      @include reset-font;
      @include caps; }
    #nested-1 {
      @include column(7);
      @include colborder; }
    #nested-2 {
      @include column(7, true); } }
  #sidebar {
    @include column(7, true);
    h3 {
      em {
        @include reset-font;
        @include alt; } } }
  #parting-thought {
    @include alt; } }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 examples/blueprint_semantic/src/screen.scss
compass-sourcemaps-0.12.2.sourcemaps.57a186c examples/blueprint_semantic/src/screen.scss