Some doc modifications.

This commit is contained in:
Nathan Weizenbaum 2010-08-31 22:36:50 -07:00
parent 01cbc9cc6c
commit 34e9feae73

View File

@ -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