Sha256: be66c3b5771edfd34db959e57a23ccaa8f17e54d01b819a8de41b2003ec8d6e0

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

@import modules/colors.sass
@import modules/grid.sass
@import modules/typography.sass
@import modules/utilities.sass
@import modules/form.sass
@import modules/interaction.sass
@import modules/debug.sass

// Usage examples:
// As a top-level mixin, apply to any page that includes the stylesheet:
//   +blueprint
// Scoped by a presentational class:
//   body.blueprint
//    +blueprint(true)
// Scoped by semantic selectors:
//   body#page-1, body#page-2, body.a-special-page-type
//     +blueprint(true)
// Deprecated:
//   You can pass the body selector as the first argument when used as a top-level mixin
//   +blueprint("body#page-1, body#page-2, body.a-special-page-type")
=blueprint(!body_selector = "body")
  @if not (!body_selector == "body" or !body_selector == true)
    @debug "[DEPRECATED] To specify a the selector \"#{!body_selector}\" to +blueprint, pass true as the first argument and mix it into #{!body_selector}."
  +blueprint-typography(!body_selector)
  +blueprint-utilities
  +blueprint-grid
  +blueprint-debug
  +blueprint-interaction
  +blueprint-form

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-edge-0.9.4 lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass
compass-edge-0.9.3 lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass
compass-edge-0.9.2 lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass
compass-edge-0.9.1 lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass
compass-edge-0.10.0.pre lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass