diff --git a/doc-src/content/reference/blueprint.haml b/doc-src/content/reference/blueprint.haml index 51c38007..5a4a1a3d 100644 --- a/doc-src/content/reference/blueprint.haml +++ b/doc-src/content/reference/blueprint.haml @@ -34,10 +34,10 @@ meta_description: The Blueprint Framework -- ported to Sass. ### 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 + the `blueprint/basic` or `blueprint/semantic` patterns. The basic + pattern assumes that you'll start out using conventional class-based + blueprint styling techniques, while the semantic template + assumes that you'll be using mixins and `@extend` to style your site. Example: compass create my_project --using blueprint/semantic