21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
---
|
|
title: Blueprint Module
|
|
crumb: Blueprint
|
|
framework: blueprint
|
|
stylesheet: _blueprint.sass
|
|
classnames:
|
|
- reference
|
|
---
|
|
%h1= item[:title]
|
|
|
|
= render "partials/breadcrumbs"
|
|
|
|
%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.
|
|
|
|
= render "partials/reference/imports"
|
|
|
|
= render "partials/reference/mixins" |