Merge branch 'master' of github.com:chriseppstein/compass

This commit is contained in:
Scott Davis 2011-12-09 20:43:19 -05:00
commit a1d13dc3ec
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ crumb: Plugins and frameworks
%a %a
http://compass-style.org http://compass-style.org
%td %td
You are currently vising the Compass docs. You are currently viewing the Compass docs.
%tr %tr
%td Blueprint %td Blueprint
%td 0.8.0 %td 0.8.0

View File

@ -19,7 +19,7 @@ layout: default
1. [**Contribute to Compass**](/help/tutorials/contributing). 1. [**Contribute to Compass**](/help/tutorials/contributing).
2. [**Develop a Compass Extension**](/help/tutorials/extensions). 2. [**Develop a Compass Extension**](/help/tutorials/extensions).
3. [**Contribute to Sass Recipies**](http://chriseppstein.github.com/sass-recipes/). 3. [**Contribute to Sass Recipes**](http://chriseppstein.github.com/sass-recipes/).
4. Publish your code somewhere and email a link to the [mailing list](http://groups.google.com/group/compass-users). 4. Publish your code somewhere and email a link to the [mailing list](http://groups.google.com/group/compass-users).
## Help Others ## Help Others

View File

@ -125,7 +125,7 @@ should attempt to adhere to unless there's a good reason not to do so.
pieces for faster load times when they're not using everything. pieces for faster load times when they're not using everything.
3. Use partials (files starting with an underscore) for stylesheets that are meant 3. Use partials (files starting with an underscore) for stylesheets that are meant
to be imported. If you do not Sass will generate css to be imported. If you do not Sass will generate css
files for your libaries in some configurations. files for your libraries in some configurations.
4. Provide a project template. If you do not, your project should only be 4. Provide a project template. If you do not, your project should only be
providing widgets or page designs, etc. providing widgets or page designs, etc.