Merge commit 'nex3/edge' into edge
* commit 'nex3/edge': Fix a minor punctuation error in EXTENSIONS.markdown.
This commit is contained in:
commit
dba3dd260c
@ -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