Sha256: b19d8743a78c27920e0e39f7b079e8abfd21d8599ccdd15ad4e36e63b744ceab

Contents?: true

Size: 674 Bytes

Versions: 1

Compression:

Stored size: 674 Bytes

Contents

@import grid.sass
/*
  The styles contained here are meant to provide for an attractive experience out of the box
  and are meant to be removed once custom visual design begins.

=body-margins
  :margin 1.5em 0

// Mixin +box to create a padded box inside a column.
=box
  :padding 1.5em
  :margin-bottom 1.5em
  :background #E5ECF9

=blueprint-scaffolding
  html &
    +body-margins
    .box
      +box
    // Border on right hand side of a column. You can comment this out if you don't plan to use it.
    div.border
      +border
    // Border with more whitespace, spans one column.
    div.colborder
      +colborder
    hr
      +colruler
    hr.space
      +colspacer

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chriseppstein-compass-0.1.1 frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass