2010-01-21 19:54:47 +00:00
|
|
|
%h1= item[:title]
|
|
|
|
|
|
|
|
%p
|
|
|
|
The blueprint module is a simple way of importing all of the most
|
|
|
|
commonly used blueprint modules. In addition, it provides
|
|
|
|
a single mixin, <code class="mixin">+blueprint</code>, that
|
|
|
|
can be used to generate the blueprint css styles.
|
|
|
|
|
2010-01-24 03:44:22 +00:00
|
|
|
= render "partials/reference/imports"
|
2010-01-21 19:54:47 +00:00
|
|
|
|
2010-01-24 03:47:28 +00:00
|
|
|
= render "partials/reference/mixins"
|