4afca420c3
- Move the blueprint reference content to the blueprint tutorial - Made new blueprint reference content that is actually reference content. - Some basic helpers for accessing a sass stylesheet and extracting info from it.
15 lines
335 B
Plaintext
15 lines
335 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
|
|
|