Fix a minor punctuation error in EXTENSIONS.markdown.

This commit is contained in:
Nathan Weizenbaum 2009-08-30 10:08:35 -07:00
parent ae47d7b0d8
commit dac4aa9723

View File

@ -1,7 +1,7 @@
Compass Extensions
==================
Compass, at it's heart, is a framework upon which sass-based stylesheet frameworks are built. It provides the tools for building, installing and using reusable stylesheets that provide anything from full-fledged layout frameworks to designs for widgets or even full page designs. All using the power of sass to keep the semantic meaning of the html pages clear and free of design details.
Compass, at its heart, is a framework upon which sass-based stylesheet frameworks are built. It provides the tools for building, installing and using reusable stylesheets that provide anything from full-fledged layout frameworks to designs for widgets or even full page designs. All using the power of sass to keep the semantic meaning of the html pages clear and free of design details.
This document describes the compass extension toolset so that you can build your own compass extension.