Skip to content

Commit

Permalink
[Blueprint] Upgrade to 0.9: Removed body margins from blueprint scaff…
Browse files Browse the repository at this point in the history
…olding by default.

The old body styles can be reinstated by mixing +blueprint-scaffolding-body into your body selector(s).
  • Loading branch information
enricob authored and chriseppstein committed Jun 20, 2009
1 parent 4e7e51e commit 45af89d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -16,12 +16,13 @@
=blueprint-scaffolding(!body_selector = "body")
#{!body_selector}
+blueprint-scaffolding-body
@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

Expand Down

0 comments on commit 45af89d

Please sign in to comment.