Sha256: 1c24dab4762315ac3df16298310b185786855a5db2782d72aaed559a214a76d8

Contents?: true

Size: 1.45 KB

Versions: 17

Compression:

Stored size: 1.45 KB

Contents

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

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

//Recommended Blueprint configuration with scoping and semantic layout:
+blueprint-scaffolding("body.bp")
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

// Page layout can be done using mixins applied to your semantic classes and IDs:
body.three-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

17 entries across 16 versions & 3 rubygems

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