[Sass] The general scope of SassScript has grown since 2.0.x. Updated the description of SassScript to reflect this.

This commit is contained in:
Chris Eppstein 2009-01-24 22:47:04 -08:00
parent 4e9654b722
commit e05c1fa841
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,8 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
#
# In addition to the declarative templating system,
# Sass supports a simple language known as SassScript
# for dynamically computing CSS values.
# for dynamically computing CSS values and controlling
# the styles and selectors that get emitted.
#
# === Interactive Shell
#