compass/doc-src/content/reference/blueprint.haml
2010-01-22 11:40:56 -08:00

21 lines
431 B
Plaintext

%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.
%h2 Imports
%ol
- imports(@item).each do |import|
%li= import
%h2 Mixins
- mixins(@item).each do |mixin|
%h3= mixin_signature mixin
%pre= mixin.comment