Sha256: 0f6661cefc3c4b5faa3a168b81154cf618bb4d018f4c415e37243fc0d0327558

Contents?: true

Size: 1.66 KB

Versions: 44

Compression:

Stored size: 1.66 KB

Contents

// This import applies a global reset to any page that imports this stylesheet.
@import blueprint/reset
// To configure blueprint, edit the partials/base.sass file.
@import partials/base
// Import all the default blueprint modules so that we can access their mixins.
@import blueprint
// Import the non-default scaffolding module.
@import blueprint/scaffolding

// To generate css equivalent to the blueprint css but with your
// configuration applied, uncomment:
// @include blueprint

// If you are doing a lot of stylesheet concatenation, it is suggested
// that you scope your blueprint styles, so that you can better control
// what pages use blueprint when stylesheets are concatenated together.
body.bp
  +blueprint-typography(true)
  +blueprint-utilities
  +blueprint-debug
  +blueprint-interaction
  // Remove the scaffolding when you're ready to start doing visual design.
  // Or leave it in if you're happy with how blueprint looks out-of-the-box
form.bp
  +blueprint-form
  // You'll probably want to remove the scaffolding once you start styling your site.
  +blueprint-scaffolding

// Page layout can be done using mixins applied to your semantic classes and IDs:
body.two-col
  #container
    +container
  #header, #footer
    +column($blueprint-grid-columns)
  #sidebar
    // One third of the grid columns, rounding down. With 24 cols, this is 8.
    $sidebar-columns: floor($blueprint-grid-columns / 3)
    +column($sidebar-columns)
  #content
    // Two thirds of the grid columns, rounding up.
    // With 24 cols, this is 16.
    $content-columns: ceil(2 * $blueprint-grid-columns / 3)
    // true means it's the last column in the row
    +column($content-columns, true)


Version data entries

44 entries across 43 versions & 6 rubygems

Version Path
compass-blueprint-1.0.0 framework/blueprint/templates/project/screen.sass
compass-0.12.7 frameworks/blueprint/templates/project/screen.sass
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/frameworks/blueprint/templates/project/screen.sass
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/frameworks/blueprint/templates/project/screen.sass
compass-0.12.6 frameworks/blueprint/templates/project/screen.sass
compass-0.12.5 frameworks/blueprint/templates/project/screen.sass
compass-0.12.4 frameworks/blueprint/templates/project/screen.sass
compass-0.12.3 frameworks/blueprint/templates/project/screen.sass
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 frameworks/blueprint/templates/project/screen.sass
compass-blueprint-0.0.1 framework/blueprint/templates/project/screen.sass
compass-0.12.2 frameworks/blueprint/templates/project/screen.sass
compass-0.12.2.rc.1 frameworks/blueprint/templates/project/screen.sass
compass-0.12.2.rc.0 frameworks/blueprint/templates/project/screen.sass
compass-0.13.alpha.0 frameworks/blueprint/templates/project/screen.sass
compass-0.12.1 frameworks/blueprint/templates/project/screen.sass
compass-0.12.0 frameworks/blueprint/templates/project/screen.sass
radiant-1.0.0 ruby-debug/ruby/1.8/gems/compass-0.11.7/frameworks/blueprint/templates/project/screen.sass
compass-0.12.rc.1 frameworks/blueprint/templates/project/screen.sass
compass-0.12.rc.0 frameworks/blueprint/templates/project/screen.sass
compass-0.11.7 frameworks/blueprint/templates/project/screen.sass