Fix a minor punctuation error in EXTENSIONS.markdown.
This commit is contained in:
parent
ae47d7b0d8
commit
dac4aa9723
@ -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.
|
||||
|
||||
@ -180,4 +180,4 @@ To install via rubygems into an existing project:
|
||||
|
||||
sudo gem install an-extension
|
||||
# edit the project configuration file and add:
|
||||
require 'an_extension'
|
||||
require 'an_extension'
|
||||
|
Loading…
Reference in New Issue
Block a user