diff --git a/frameworks/blueprint/stylesheets/_blueprint.sass b/frameworks/blueprint/stylesheets/_blueprint.sass index c8f9449c..877b1be4 100644 --- a/frameworks/blueprint/stylesheets/_blueprint.sass +++ b/frameworks/blueprint/stylesheets/_blueprint.sass @@ -26,8 +26,10 @@ You use to be able to 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") + //@doc off @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}." + //@doc on +blueprint-typography(!body_selector) +blueprint-utilities +blueprint-grid