Turn off the source documentation for some deprecation warnings.

This commit is contained in:
Chris Eppstein 2010-01-23 01:10:29 -08:00
parent 559aebf9ab
commit 92327eece7

View File

@ -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