Sha256: 0b8a939feb825885e2087065f2f8591ff08f930bab593b1cbd7bcf9f4cd17882

Contents?: true

Size: 1.65 KB

Versions: 17

Compression:

Stored size: 1.65 KB

Contents

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

// The +blueprint-scaffolding mixin must be mixed into the top level of your stylesheet.
// However, you can customize the body selector if you wish to control the scope
// of this mixin. Examples:
// Apply to any page including the stylesheet:
//   +blueprint-scaffolding
// Scoped by a single presentational body class:
//   +blueprint-scaffolding("body.blueprint")
// Semantically:
//   +blueprint-scaffolding("body#page-1, body#page-2, body.a-special-page-type")
//   Alternatively, you can use the +blueprint-scaffolding-body and +blueprint-scaffolding-defaults
//   mixins to construct your own semantic style rules.

=blueprint-scaffolding(!body_selector = "body")
  #{!body_selector}
    @if !body_selector != "body"
      +blueprint-scaffolding-defaults
  @if !body_selector == "body"
    +blueprint-scaffolding-defaults

// The styles this mixin provides were deprecated in Blueprint 0.9 and is no longer part of the
// main scaffolding, but the mixin is still available if you want to use it.
=blueprint-scaffolding-body
  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-defaults
  .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
  form.inline
    +blueprint-inline-form

Version data entries

17 entries across 16 versions & 3 rubygems

Version Path
compass-0.10.0.rc1 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre9 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre8 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre7 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre6 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.9.1/gems/compass-0.10.0.pre4/lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre5 frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre4 lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre3 lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.12.2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.12.1 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.12.0.pre3 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
middleman-0.12.0.pre2 lib/middleman/vendor/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre2 lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-0.10.0.pre1 lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
compass-edge-0.9.5.0 lib/compass/frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass