templates/project/manifest.rb in compass-susy-plugin-0.7.0.pre8 vs templates/project/manifest.rb in compass-susy-plugin-0.7.0.rc1
- old
+ new
@@ -1,10 +1,11 @@
stylesheet 'screen.scss', :media => "screen, projection"
stylesheet 'print.scss', :media => "print"
stylesheet 'ie.scss', :media => "screen, projection"
stylesheet '_base.scss'
stylesheet '_defaults.scss'
+image 'grid.png'
description "Susy: a flexible static/fluid/elastic grid system native to compass."
help %Q{
Please see the Susy website for all documentation and tutorials:
@@ -15,8 +16,8 @@
welcome_message %Q{
Please see the Susy website for all documentation and tutorials:
http://www.oddbird.net/susy
-To get started, set up your grid in the grid partial by following the inline instructions.
+To get started, set up your grid in the base partial by following the inline instructions.
}