Turn off the source documentation for some deprecation warnings.
This commit is contained in:
parent
559aebf9ab
commit
92327eece7
@ -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
|
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#page-1, body#page-2, body.a-special-page-type")
|
||||||
=blueprint(!body_selector = "body")
|
=blueprint(!body_selector = "body")
|
||||||
|
//@doc off
|
||||||
@if not (!body_selector == "body" or !body_selector == true)
|
@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}."
|
@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-typography(!body_selector)
|
||||||
+blueprint-utilities
|
+blueprint-utilities
|
||||||
+blueprint-grid
|
+blueprint-grid
|
||||||
|
Loading…
Reference in New Issue
Block a user