diff --git a/doc-src/content/reference/blueprint.haml b/doc-src/content/reference/blueprint.haml index a7b2fe5d..51c38007 100644 --- a/doc-src/content/reference/blueprint.haml +++ b/doc-src/content/reference/blueprint.haml @@ -11,8 +11,33 @@ meta_description: The Blueprint Framework -- ported to Sass. --- - render 'reference' do - %p + :markdown The blueprint module is a simple way of importing all of the most commonly used blueprint modules. In addition, it provides a single mixin, +blueprint, that can be used to generate the blueprint css styles. + + ### Installing + + To create a project using blueprint: + + compass create my_project --using blueprint + + To add blueprint to an existing compass project: + + compass install blueprint + + To add blueprint and compass to a Rails project: + + compass init rails --using blueprint + + ### Alternate Project Layouts + + For any of the above commands you could have also selected + the `blueprint/basic` or `blueprint/semantic`. The basic + template assumes that you'll be starting using conventional + blueprint styling techniques while the semantic template + assumes that you'll be using mixins and inheritance to style + your site. Example: + + compass create my_project --using blueprint/semantic diff --git a/doc-src/content/reference/blueprint/buttons.haml b/doc-src/content/reference/blueprint/buttons.haml index da84b018..71d695c7 100644 --- a/doc-src/content/reference/blueprint/buttons.haml +++ b/doc-src/content/reference/blueprint/buttons.haml @@ -9,5 +9,7 @@ classnames: - blueprint --- - render 'reference' do - %p - Lorem ipsum dolor sit amet. + :markdown + Install the buttons module with: + + compass install blueprint/buttons diff --git a/doc-src/content/reference/blueprint/colors.haml b/doc-src/content/reference/blueprint/colors.haml index 7432b0ba..29f038da 100644 --- a/doc-src/content/reference/blueprint/colors.haml +++ b/doc-src/content/reference/blueprint/colors.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Color constants that you can refer to and preset. diff --git a/doc-src/content/reference/blueprint/debug.haml b/doc-src/content/reference/blueprint/debug.haml index e60ce5af..156b9868 100644 --- a/doc-src/content/reference/blueprint/debug.haml +++ b/doc-src/content/reference/blueprint/debug.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Styles for debugging your grid alignments diff --git a/doc-src/content/reference/blueprint/fancy_type.haml b/doc-src/content/reference/blueprint/fancy_type.haml index 2700caeb..20716be7 100644 --- a/doc-src/content/reference/blueprint/fancy_type.haml +++ b/doc-src/content/reference/blueprint/fancy_type.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Fancy Typography for your website. diff --git a/doc-src/content/reference/blueprint/form.haml b/doc-src/content/reference/blueprint/form.haml index 7d65d9ec..29286cba 100644 --- a/doc-src/content/reference/blueprint/form.haml +++ b/doc-src/content/reference/blueprint/form.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Basic form styles. diff --git a/doc-src/content/reference/blueprint/grid.haml b/doc-src/content/reference/blueprint/grid.haml index 859a76bd..eb2838c6 100644 --- a/doc-src/content/reference/blueprint/grid.haml +++ b/doc-src/content/reference/blueprint/grid.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + The blueprint grid. diff --git a/doc-src/content/reference/blueprint/interaction.haml b/doc-src/content/reference/blueprint/interaction.haml index b8335ff4..886dfd9b 100644 --- a/doc-src/content/reference/blueprint/interaction.haml +++ b/doc-src/content/reference/blueprint/interaction.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Some classes that are used in common website interactions. diff --git a/doc-src/content/reference/blueprint/link_icons.haml b/doc-src/content/reference/blueprint/link_icons.haml index 541577d5..3b18956c 100644 --- a/doc-src/content/reference/blueprint/link_icons.haml +++ b/doc-src/content/reference/blueprint/link_icons.haml @@ -9,5 +9,8 @@ classnames: - blueprint --- - render 'reference' do - %p - Lorem ipsum dolor sit amet. + :markdown + Install this plugin to get the assets and an example stylesheet: + + compass install blueprint/buttons + diff --git a/doc-src/content/reference/blueprint/liquid.haml b/doc-src/content/reference/blueprint/liquid.haml index 2710688e..48cb1c3d 100644 --- a/doc-src/content/reference/blueprint/liquid.haml +++ b/doc-src/content/reference/blueprint/liquid.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Import this to have a liquid grid. diff --git a/doc-src/content/reference/blueprint/print.haml b/doc-src/content/reference/blueprint/print.haml index d3291d6e..77721812 100644 --- a/doc-src/content/reference/blueprint/print.haml +++ b/doc-src/content/reference/blueprint/print.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Some useful print styles. diff --git a/doc-src/content/reference/blueprint/reset.haml b/doc-src/content/reference/blueprint/reset.haml index a800c73d..a7613fe0 100644 --- a/doc-src/content/reference/blueprint/reset.haml +++ b/doc-src/content/reference/blueprint/reset.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + A reset and base styling. diff --git a/doc-src/content/reference/blueprint/rtl.haml b/doc-src/content/reference/blueprint/rtl.haml index 202078c5..2fe42045 100644 --- a/doc-src/content/reference/blueprint/rtl.haml +++ b/doc-src/content/reference/blueprint/rtl.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + For grids with use in right-to-left languages. diff --git a/doc-src/content/reference/blueprint/scaffolding.haml b/doc-src/content/reference/blueprint/scaffolding.haml index d3623bbb..eb01bf02 100644 --- a/doc-src/content/reference/blueprint/scaffolding.haml +++ b/doc-src/content/reference/blueprint/scaffolding.haml @@ -10,4 +10,5 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Training wheels... So that your site doesn't look too bad + when you're starting out. diff --git a/doc-src/content/reference/blueprint/typography.haml b/doc-src/content/reference/blueprint/typography.haml index 54cff7f7..cf5c9813 100644 --- a/doc-src/content/reference/blueprint/typography.haml +++ b/doc-src/content/reference/blueprint/typography.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + A base typography for your website that follows a typographic rhythm. diff --git a/doc-src/content/reference/blueprint/utilities.haml b/doc-src/content/reference/blueprint/utilities.haml index fa3f7eed..a0b513ce 100644 --- a/doc-src/content/reference/blueprint/utilities.haml +++ b/doc-src/content/reference/blueprint/utilities.haml @@ -10,4 +10,4 @@ classnames: --- - render 'reference' do %p - Lorem ipsum dolor sit amet. + Some utility classes.