compass 0.10.0.rc1 → 0.10.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.markdown +23 -0
- data/Rakefile +13 -1
- data/VERSION.yml +1 -1
- data/examples/blueprint_default/src/ie.scss +3 -0
- data/examples/blueprint_default/src/print.scss +3 -0
- data/examples/blueprint_default/src/{screen.sass → screen.scss} +6 -5
- data/examples/blueprint_plugins/src/buttons.scss +47 -0
- data/examples/blueprint_plugins/src/ie.scss +3 -0
- data/examples/blueprint_plugins/src/{link_icons.sass → link_icons.scss} +7 -7
- data/examples/blueprint_plugins/src/print.scss +3 -0
- data/examples/blueprint_plugins/src/rtl_screen.scss +15 -0
- data/examples/blueprint_plugins/src/screen.scss +12 -0
- data/examples/blueprint_scoped/src/ie.scss +4 -0
- data/examples/blueprint_scoped/src/print.scss +4 -0
- data/examples/blueprint_scoped/src/screen.scss +5 -0
- data/examples/blueprint_scoped_form/src/ie.scss +3 -0
- data/examples/blueprint_scoped_form/src/print.scss +3 -0
- data/examples/blueprint_scoped_form/src/screen.scss +15 -0
- data/examples/blueprint_semantic/src/ie.scss +3 -0
- data/examples/blueprint_semantic/src/liquid.scss +69 -0
- data/examples/blueprint_semantic/src/print.scss +3 -0
- data/examples/blueprint_semantic/src/screen.scss +69 -0
- data/examples/compass/clean.rb +2 -0
- data/examples/compass/src/compass.scss +46 -0
- data/examples/compass/src/sticky_footer.scss +11 -0
- data/examples/compass/src/utilities.scss +108 -0
- data/examples/css3/src/_base.scss +13 -0
- data/examples/css3/src/fancy-fonts.scss +7 -0
- data/examples/css3/src/gradients.scss +77 -0
- data/examples/css3/src/main.scss +110 -0
- data/examples/logo/src/ie.scss +5 -0
- data/examples/logo/src/print.scss +3 -0
- data/examples/logo/src/screen.scss +28 -0
- data/examples/ninesixty/clean.rb +2 -0
- data/examples/ninesixty/config.rb +1 -0
- data/examples/ninesixty/src/grid.scss +15 -0
- data/examples/ninesixty/src/text.scss +8 -0
- data/examples/susy/clean.rb +2 -0
- data/examples/susy/config.rb +1 -0
- data/examples/susy/{extensions/susy/templates/project/_base.sass → src/_base.scss} +19 -20
- data/examples/susy/src/_defaults.scss +140 -0
- data/examples/susy/src/screen.scss +100 -0
- data/examples/yui/clean.rb +2 -0
- data/examples/yui/config.rb +1 -0
- data/examples/yui/src/screen.scss +13 -0
- data/features/command_line.feature +29 -26
- data/frameworks/_blueprint_deprecated_imports/stylesheets/_blueprint.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_buttons.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_colors.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_debug.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_fancy_type.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_form.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_grid.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_ie.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_interaction.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_link_icons.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_liquid.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_print.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_reset.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_rtl.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_scaffolding.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_screen.sass +2 -0
- data/frameworks/{blueprint → _blueprint_deprecated_imports}/stylesheets/blueprint/_typography.sass +3 -3
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_utilities.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_buttons.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_colors.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_debug.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_fancy_type.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_form.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_grid.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_interaction.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_link_icons.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_liquid.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_rtl.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_scaffolding.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_typography.sass +2 -0
- data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_utilities.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/_compass.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/_css3.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/_layout.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/_misc.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/_reset.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/_utilities.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_clip.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_origin.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_size.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_border_radius.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_shadow.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_sizing.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_columns.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_font_face.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_gradient.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_inline_block.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_opacity.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_text_shadow.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transform.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transition.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/layout/_sticky_footer.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_general.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_links.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_lists.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_print.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_sprites.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_tables.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_text.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_clearfix.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_float.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_hacks.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_min.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_reset.sass +2 -0
- data/frameworks/{compass → _compass_deprecated_imports}/stylesheets/compass/utilities/general/_tabs.sass +0 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_tag_cloud.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_hover_link.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_link_colors.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_unstyled_link.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_bullets.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_horizontal_list.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_inline_list.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/sprites/_sprite_img.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_borders.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_scaffolding.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_ellipsis.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_nowrap.sass +2 -0
- data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_replacement.sass +2 -0
- data/frameworks/blueprint/stylesheets/_blueprint.scss +38 -0
- data/frameworks/blueprint/stylesheets/blueprint/_buttons.scss +89 -0
- data/frameworks/blueprint/stylesheets/blueprint/_colors.scss +51 -0
- data/frameworks/blueprint/stylesheets/blueprint/_debug.scss +8 -0
- data/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss +80 -0
- data/frameworks/blueprint/stylesheets/blueprint/_form.scss +56 -0
- data/frameworks/blueprint/stylesheets/blueprint/_grid.scss +244 -0
- data/frameworks/blueprint/stylesheets/blueprint/_ie.scss +108 -0
- data/frameworks/blueprint/stylesheets/blueprint/_interaction.scss +57 -0
- data/frameworks/blueprint/stylesheets/blueprint/_link-icons.scss +44 -0
- data/frameworks/blueprint/stylesheets/blueprint/_liquid.scss +146 -0
- data/frameworks/blueprint/stylesheets/blueprint/_print.scss +85 -0
- data/frameworks/blueprint/stylesheets/blueprint/_reset.scss +58 -0
- data/frameworks/blueprint/stylesheets/blueprint/_rtl.scss +122 -0
- data/frameworks/blueprint/stylesheets/blueprint/{_scaffolding.sass → _scaffolding.scss} +27 -26
- data/frameworks/blueprint/stylesheets/blueprint/_typography.scss +164 -0
- data/frameworks/blueprint/stylesheets/blueprint/_utilities.scss +37 -0
- data/frameworks/blueprint/templates/basic/grid.png +0 -0
- data/frameworks/blueprint/templates/basic/ie.sass +4 -0
- data/frameworks/blueprint/templates/basic/manifest.rb +30 -0
- data/frameworks/blueprint/templates/basic/partials/_base.sass +10 -0
- data/frameworks/blueprint/templates/basic/print.sass +4 -0
- data/frameworks/blueprint/templates/basic/screen.sass +11 -0
- data/frameworks/blueprint/templates/buttons/buttons.sass +2 -2
- data/frameworks/blueprint/templates/link_icons/link_icons.sass +1 -1
- data/frameworks/blueprint/templates/project/ie.sass +1 -1
- data/frameworks/blueprint/templates/project/print.sass +1 -1
- data/frameworks/blueprint/templates/project/screen.sass +4 -4
- data/frameworks/blueprint/templates/semantic/grid.png +0 -0
- data/frameworks/blueprint/templates/semantic/ie.sass +16 -0
- data/frameworks/blueprint/templates/semantic/manifest.rb +33 -0
- data/frameworks/blueprint/templates/semantic/partials/_base.sass +11 -0
- data/frameworks/blueprint/templates/semantic/partials/_form.sass +6 -0
- data/frameworks/blueprint/templates/semantic/partials/_page.sass +18 -0
- data/frameworks/blueprint/templates/semantic/partials/_two_col.sass +38 -0
- data/frameworks/blueprint/templates/semantic/print.sass +8 -0
- data/frameworks/blueprint/templates/semantic/screen.sass +14 -0
- data/frameworks/compass/stylesheets/_compass.scss +2 -0
- data/frameworks/compass/stylesheets/compass/_css3.scss +14 -0
- data/frameworks/compass/stylesheets/compass/_layout.scss +1 -0
- data/frameworks/compass/stylesheets/compass/_misc.scss +21 -0
- data/frameworks/compass/stylesheets/compass/_reset.scss +3 -0
- data/frameworks/compass/stylesheets/compass/_utilities.scss +6 -0
- data/frameworks/compass/stylesheets/compass/css3/_background-clip.scss +24 -0
- data/frameworks/compass/stylesheets/compass/css3/_background-origin.scss +24 -0
- data/frameworks/compass/stylesheets/compass/css3/_background-size.scss +15 -0
- data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +58 -0
- data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +27 -0
- data/frameworks/compass/stylesheets/compass/css3/_box-sizing.scss +14 -0
- data/frameworks/compass/stylesheets/compass/css3/_columns.scss +50 -0
- data/frameworks/compass/stylesheets/compass/css3/_font-face.scss +32 -0
- data/frameworks/compass/stylesheets/compass/css3/_gradient.scss +57 -0
- data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +13 -0
- data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +19 -0
- data/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss +18 -0
- data/frameworks/compass/stylesheets/compass/css3/_transform.scss +64 -0
- data/frameworks/compass/stylesheets/compass/css3/_transition.scss +77 -0
- data/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss +23 -0
- data/frameworks/compass/stylesheets/compass/utilities/_general.scss +6 -0
- data/frameworks/compass/stylesheets/compass/utilities/_links.scss +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_lists.scss +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_print.scss +18 -0
- data/frameworks/compass/stylesheets/compass/utilities/_sprites.scss +1 -0
- data/frameworks/compass/stylesheets/compass/utilities/_tables.scss +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_text.scss +2 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss +24 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/{_float.sass → _float.scss} +9 -9
- data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +13 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_min.scss +16 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss +122 -0
- data/frameworks/{blueprint/stylesheets/blueprint/docs/_colors.sass.html → compass/stylesheets/compass/utilities/general/_tabs.scss} +0 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss +18 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss +5 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss +22 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss +7 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss +22 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss +55 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/{_inline_list.sass → _inline-list.scss} +17 -17
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss +54 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss +20 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss +27 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss +9 -0
- data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss +12 -0
- data/frameworks/compass/stylesheets/compass/utilities/text/{_nowrap.sass → _nowrap.scss} +2 -2
- data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss +21 -0
- data/frameworks/compass/templates/ellipsis/ellipsis.sass +1 -1
- data/frameworks/compass/templates/project/screen.sass +1 -1
- data/lib/compass/commands/create_project.rb +4 -0
- data/lib/compass/commands/help.rb +1 -0
- data/lib/compass/commands/list_frameworks.rb +1 -1
- data/lib/compass/commands/stamp_pattern.rb +4 -0
- data/lib/compass/configuration.rb +2 -1
- data/lib/compass/configuration/defaults.rb +3 -0
- data/lib/compass/frameworks.rb +2 -1
- data/lib/compass/installers/base.rb +14 -1
- data/lib/compass/logger.rb +8 -7
- data/lib/compass/stats.rb +1 -1
- data/test/command_line_test.rb +9 -8
- data/test/fixtures/stylesheets/blueprint/css/typography.css +4 -4
- data/test/fixtures/stylesheets/blueprint/sass/ie.sass +1 -1
- data/test/fixtures/stylesheets/blueprint/sass/print.sass +1 -1
- data/test/fixtures/stylesheets/blueprint/sass/screen.sass +2 -1
- data/test/fixtures/stylesheets/blueprint/sass/typography.sass +1 -1
- data/test/fixtures/stylesheets/compass/css/gradients.css +4 -4
- data/test/fixtures/stylesheets/compass/css/reset.css +2 -2
- data/test/fixtures/stylesheets/compass/sass/gradients.sass +40 -23
- data/test/fixtures/stylesheets/compass/sass/image_size.sass +11 -8
- data/test/fixtures/stylesheets/compass/sass/layout.sass +2 -2
- data/test/fixtures/stylesheets/compass/sass/print.sass +2 -2
- data/test/fixtures/stylesheets/compass/sass/reset.sass +6 -4
- data/test/fixtures/stylesheets/compass/sass/utilities.sass +2 -1
- data/test/fixtures/stylesheets/image_urls/sass/screen.sass +2 -3
- data/test/fixtures/stylesheets/relative/sass/ie.sass +5 -6
- data/test/fixtures/stylesheets/relative/sass/print.sass +3 -6
- data/test/fixtures/stylesheets/relative/sass/screen.sass +1 -2
- data/test/rails_integration_test.rb +2 -2
- metadata +209 -211
- data/examples/blueprint_default/src/ie.sass +0 -3
- data/examples/blueprint_default/src/print.sass +0 -3
- data/examples/blueprint_plugins/src/buttons.sass +0 -49
- data/examples/blueprint_plugins/src/ie.sass +0 -3
- data/examples/blueprint_plugins/src/print.sass +0 -3
- data/examples/blueprint_plugins/src/rtl_screen.sass +0 -13
- data/examples/blueprint_plugins/src/screen.sass +0 -11
- data/examples/blueprint_scoped/src/ie.sass +0 -4
- data/examples/blueprint_scoped/src/print.sass +0 -4
- data/examples/blueprint_scoped/src/screen.sass +0 -5
- data/examples/blueprint_scoped_form/src/ie.sass +0 -3
- data/examples/blueprint_scoped_form/src/print.sass +0 -3
- data/examples/blueprint_scoped_form/src/screen.sass +0 -10
- data/examples/blueprint_semantic/src/ie.sass +0 -3
- data/examples/blueprint_semantic/src/liquid.sass +0 -69
- data/examples/blueprint_semantic/src/print.sass +0 -3
- data/examples/blueprint_semantic/src/screen.sass +0 -70
- data/examples/compass/extensions/yui/stylesheets/_yui.sass +0 -7
- data/examples/compass/extensions/yui/stylesheets/yui/modules/_base.sass +0 -70
- data/examples/compass/extensions/yui/stylesheets/yui/modules/_fonts.sass +0 -45
- data/examples/compass/extensions/yui/stylesheets/yui/modules/_grids.sass +0 -385
- data/examples/compass/extensions/yui/stylesheets/yui/modules/_reset.sass +0 -61
- data/examples/compass/extensions/yui/templates/project/manifest.rb +0 -1
- data/examples/compass/extensions/yui/templates/project/screen.sass +0 -4
- data/examples/compass/src/compass.sass +0 -47
- data/examples/compass/src/sticky_footer.sass +0 -11
- data/examples/compass/src/utilities.sass +0 -108
- data/examples/css3/src/_base.sass +0 -14
- data/examples/css3/src/fancy-fonts.sass +0 -7
- data/examples/css3/src/gradients.sass +0 -69
- data/examples/css3/src/main.sass +0 -108
- data/examples/logo/src/ie.sass +0 -6
- data/examples/logo/src/print.sass +0 -6
- data/examples/logo/src/screen.sass +0 -29
- data/examples/ninesixty/extensions/ninesixty/README.mkdn +0 -56
- data/examples/ninesixty/extensions/ninesixty/compass-960-plugin.gemspec +0 -36
- data/examples/ninesixty/extensions/ninesixty/lib/ninesixty.rb +0 -1
- data/examples/ninesixty/extensions/ninesixty/lib/ninesixty/compass_plugin.rb +0 -5
- data/examples/ninesixty/extensions/ninesixty/sass/960/_grid.sass +0 -64
- data/examples/ninesixty/extensions/ninesixty/sass/960/_text.sass +0 -59
- data/examples/ninesixty/extensions/ninesixty/templates/project/grid.sass +0 -34
- data/examples/ninesixty/extensions/ninesixty/templates/project/manifest.rb +0 -2
- data/examples/ninesixty/extensions/ninesixty/templates/project/text.sass +0 -10
- data/examples/ninesixty/src/grid.sass +0 -16
- data/examples/ninesixty/src/text.sass +0 -10
- data/examples/susy/extensions/susy/LICENSE.txt +0 -28
- data/examples/susy/extensions/susy/README.mkdn +0 -235
- data/examples/susy/extensions/susy/compass-susy-plugin.gemspec +0 -35
- data/examples/susy/extensions/susy/docs/tutorial/build.sh +0 -141
- data/examples/susy/extensions/susy/docs/tutorial/code/01_target/src/_defaults.sass +0 -100
- data/examples/susy/extensions/susy/docs/tutorial/code/01_target/src/screen.sass +0 -98
- data/examples/susy/extensions/susy/docs/tutorial/code/02_container/src/_defaults.sass +0 -147
- data/examples/susy/extensions/susy/docs/tutorial/code/02_container/src/screen.sass +0 -19
- data/examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/_defaults.sass +0 -147
- data/examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/screen.sass +0 -48
- data/examples/susy/extensions/susy/docs/tutorial/code/_common/config.rb +0 -14
- data/examples/susy/extensions/susy/docs/tutorial/code/_common/images/grid.png +0 -0
- data/examples/susy/extensions/susy/docs/tutorial/code/_common/images/susy_logo.png +0 -0
- data/examples/susy/extensions/susy/docs/tutorial/code/_common/src/_base.sass +0 -63
- data/examples/susy/extensions/susy/docs/tutorial/code/_tools/Markdown.pl +0 -1450
- data/examples/susy/extensions/susy/docs/tutorial/code/site/src/_defaults.sass +0 -100
- data/examples/susy/extensions/susy/docs/tutorial/code/site/src/screen.sass +0 -91
- data/examples/susy/extensions/susy/docs/tutorial/figures/susy_element.png +0 -0
- data/examples/susy/extensions/susy/docs/tutorial/figures/susy_grid.png +0 -0
- data/examples/susy/extensions/susy/docs/tutorial/index.mkdn +0 -301
- data/examples/susy/extensions/susy/lib/susy.rb +0 -2
- data/examples/susy/extensions/susy/lib/susy/compass_plugin.rb +0 -5
- data/examples/susy/extensions/susy/lib/susy/sass_extensions.rb +0 -79
- data/examples/susy/extensions/susy/sass/susy/_grid.sass +0 -128
- data/examples/susy/extensions/susy/sass/susy/_reset.sass +0 -7
- data/examples/susy/extensions/susy/sass/susy/_susy.sass +0 -23
- data/examples/susy/extensions/susy/sass/susy/_text.sass +0 -15
- data/examples/susy/extensions/susy/sass/susy/_utils.sass +0 -81
- data/examples/susy/extensions/susy/templates/project/_defaults.sass +0 -147
- data/examples/susy/extensions/susy/templates/project/ie.sass +0 -9
- data/examples/susy/extensions/susy/templates/project/manifest.rb +0 -5
- data/examples/susy/extensions/susy/templates/project/print.sass +0 -7
- data/examples/susy/extensions/susy/templates/project/screen.sass +0 -44
- data/examples/susy/src/_base.sass +0 -62
- data/examples/susy/src/_defaults.sass +0 -148
- data/examples/susy/src/screen.sass +0 -114
- data/examples/yui/extensions/yui/stylesheets/_yui.sass +0 -7
- data/examples/yui/extensions/yui/stylesheets/yui/modules/_base.sass +0 -70
- data/examples/yui/extensions/yui/stylesheets/yui/modules/_fonts.sass +0 -45
- data/examples/yui/extensions/yui/stylesheets/yui/modules/_grids.sass +0 -385
- data/examples/yui/extensions/yui/stylesheets/yui/modules/_reset.sass +0 -61
- data/examples/yui/extensions/yui/templates/project/manifest.rb +0 -1
- data/examples/yui/extensions/yui/templates/project/screen.sass +0 -4
- data/examples/yui/src/screen.sass +0 -13
- data/frameworks/blueprint/stylesheets/_blueprint.sass +0 -31
- data/frameworks/blueprint/stylesheets/blueprint/_buttons.sass +0 -84
- data/frameworks/blueprint/stylesheets/blueprint/_colors.sass +0 -33
- data/frameworks/blueprint/stylesheets/blueprint/_debug.sass +0 -9
- data/frameworks/blueprint/stylesheets/blueprint/_fancy_type.sass +0 -82
- data/frameworks/blueprint/stylesheets/blueprint/_form.sass +0 -56
- data/frameworks/blueprint/stylesheets/blueprint/_grid.sass +0 -179
- data/frameworks/blueprint/stylesheets/blueprint/_ie.sass +0 -99
- data/frameworks/blueprint/stylesheets/blueprint/_interaction.sass +0 -58
- data/frameworks/blueprint/stylesheets/blueprint/_link_icons.sass +0 -44
- data/frameworks/blueprint/stylesheets/blueprint/_liquid.sass +0 -143
- data/frameworks/blueprint/stylesheets/blueprint/_print.sass +0 -87
- data/frameworks/blueprint/stylesheets/blueprint/_reset.sass +0 -58
- data/frameworks/blueprint/stylesheets/blueprint/_rtl.sass +0 -123
- data/frameworks/blueprint/stylesheets/blueprint/_screen.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/_utilities.sass +0 -37
- data/frameworks/blueprint/stylesheets/blueprint/docs/_buttons.sass.html +0 -26
- data/frameworks/blueprint/stylesheets/blueprint/docs/_debug.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/_fancy_type.sass.html +0 -45
- data/frameworks/blueprint/stylesheets/blueprint/docs/_form.sass.html +0 -3
- data/frameworks/blueprint/stylesheets/blueprint/docs/_grid.sass.html +0 -46
- data/frameworks/blueprint/stylesheets/blueprint/docs/_ie.sass.html +0 -7
- data/frameworks/blueprint/stylesheets/blueprint/docs/_interaction.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/_link_icons.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/_liquid.sass.html +0 -7
- data/frameworks/blueprint/stylesheets/blueprint/docs/_print.sass.html +0 -7
- data/frameworks/blueprint/stylesheets/blueprint/docs/_reset.sass.html +0 -7
- data/frameworks/blueprint/stylesheets/blueprint/docs/_rtl.sass.html +0 -38
- data/frameworks/blueprint/stylesheets/blueprint/docs/_scaffolding.sass.html +0 -11
- data/frameworks/blueprint/stylesheets/blueprint/docs/_screen.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/_typography.sass.html +0 -3
- data/frameworks/blueprint/stylesheets/blueprint/docs/_utilities.sass.html +0 -3
- data/frameworks/blueprint/stylesheets/blueprint/docs/index.html +0 -31
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_buttons.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_colors.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_debug.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_fancy_type.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_form.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_grid.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_interaction.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_link_icons.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_liquid.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_reset.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_rtl.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_scaffolding.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_typography.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_utilities.sass.html +0 -1
- data/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +0 -3
- data/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +0 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass +0 -2
- data/frameworks/compass/stylesheets/_compass.sass +0 -2
- data/frameworks/compass/stylesheets/compass/_css3.sass +0 -14
- data/frameworks/compass/stylesheets/compass/_layout.sass +0 -1
- data/frameworks/compass/stylesheets/compass/_misc.sass +0 -24
- data/frameworks/compass/stylesheets/compass/_reset.sass +0 -3
- data/frameworks/compass/stylesheets/compass/_utilities.sass +0 -6
- data/frameworks/compass/stylesheets/compass/css3/_background_clip.sass +0 -16
- data/frameworks/compass/stylesheets/compass/css3/_background_origin.sass +0 -18
- data/frameworks/compass/stylesheets/compass/css3/_background_size.sass +0 -14
- data/frameworks/compass/stylesheets/compass/css3/_border_radius.sass +0 -47
- data/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass +0 -20
- data/frameworks/compass/stylesheets/compass/css3/_box_sizing.sass +0 -13
- data/frameworks/compass/stylesheets/compass/css3/_columns.sass +0 -37
- data/frameworks/compass/stylesheets/compass/css3/_font_face.sass +0 -31
- data/frameworks/compass/stylesheets/compass/css3/_gradient.sass +0 -58
- data/frameworks/compass/stylesheets/compass/css3/_inline_block.sass +0 -7
- data/frameworks/compass/stylesheets/compass/css3/_opacity.sass +0 -18
- data/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass +0 -15
- data/frameworks/compass/stylesheets/compass/css3/_transform.sass +0 -62
- data/frameworks/compass/stylesheets/compass/css3/_transition.sass +0 -57
- data/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass +0 -20
- data/frameworks/compass/stylesheets/compass/utilities/_general.sass +0 -5
- data/frameworks/compass/stylesheets/compass/utilities/_links.sass +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/_lists.sass +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/_print.sass +0 -18
- data/frameworks/compass/stylesheets/compass/utilities/_sprites.sass +0 -1
- data/frameworks/compass/stylesheets/compass/utilities/_tables.sass +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/_text.sass +0 -2
- data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass +0 -24
- data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass +0 -15
- data/frameworks/compass/stylesheets/compass/utilities/general/_min.sass +0 -17
- data/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +0 -134
- data/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass +0 -19
- data/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass +0 -5
- data/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass +0 -24
- data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass +0 -7
- data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass +0 -21
- data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +0 -56
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass +0 -52
- data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +0 -20
- data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass +0 -27
- data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass +0 -9
- data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass +0 -13
- data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass +0 -22
    
        data/lib/compass/logger.rb
    CHANGED
    
    | @@ -7,15 +7,16 @@ module Compass | |
| 7 7 | 
             
                COLORS = { :clear => 0, :red => 31, :green => 32, :yellow => 33 }
         | 
| 8 8 |  | 
| 9 9 | 
             
                ACTION_COLORS = {
         | 
| 10 | 
            -
                  :error | 
| 11 | 
            -
                  :warning | 
| 12 | 
            -
                  :compile | 
| 10 | 
            +
                  :error     => :red,
         | 
| 11 | 
            +
                  :warning   => :yellow,
         | 
| 12 | 
            +
                  :compile   => :green,
         | 
| 13 13 | 
             
                  :overwrite => :yellow,
         | 
| 14 | 
            -
                  :create | 
| 15 | 
            -
                  :remove | 
| 16 | 
            -
                  :exists | 
| 14 | 
            +
                  :create    => :green,
         | 
| 15 | 
            +
                  :remove    => :yellow,
         | 
| 16 | 
            +
                  :exists    => :green,
         | 
| 17 17 | 
             
                  :directory => :green,
         | 
| 18 | 
            -
                  :identical => :green
         | 
| 18 | 
            +
                  :identical => :green,
         | 
| 19 | 
            +
                  :convert   => :green
         | 
| 19 20 | 
             
                }
         | 
| 20 21 |  | 
| 21 22 |  | 
    
        data/lib/compass/stats.rb
    CHANGED
    
    | @@ -11,7 +11,7 @@ module Compass | |
| 11 11 | 
             
                  def visit(node)
         | 
| 12 12 | 
             
                    self.prop_count += 1 if node.is_a?(Sass::Tree::PropNode) && !node.children.any?
         | 
| 13 13 | 
             
                    if node.is_a?(Sass::Tree::RuleNode)
         | 
| 14 | 
            -
                      self.rule_count += node. | 
| 14 | 
            +
                      self.rule_count += node.rule.map{|r| r.split(/,/)}.flatten.compact.size
         | 
| 15 15 | 
             
                    end
         | 
| 16 16 | 
             
                    self.mixin_def_count += 1 if node.is_a?(Sass::Tree::MixinDefNode)
         | 
| 17 17 | 
             
                    self.mixin_count += 1 if node.is_a?(Sass::Tree::MixinNode)
         | 
    
        data/test/command_line_test.rb
    CHANGED
    
    | @@ -26,24 +26,25 @@ class CommandLineTest < Test::Unit::TestCase | |
| 26 26 | 
             
              def test_basic_install
         | 
| 27 27 | 
             
                within_tmp_directory do
         | 
| 28 28 | 
             
                  compass "--boring", "basic"
         | 
| 29 | 
            -
                  assert File.exists?("basic/src/screen. | 
| 29 | 
            +
                  assert File.exists?("basic/src/screen.scss")
         | 
| 30 30 | 
             
                  assert File.exists?("basic/stylesheets/screen.css")
         | 
| 31 31 | 
             
                  assert_action_performed :directory, "basic/"
         | 
| 32 | 
            -
                  assert_action_performed    :create, "basic/src/screen. | 
| 33 | 
            -
                  assert_action_performed   :compile, "basic/src/screen. | 
| 32 | 
            +
                  assert_action_performed    :create, "basic/src/screen.scss"
         | 
| 33 | 
            +
                  assert_action_performed   :compile, "basic/src/screen.scss"
         | 
| 34 34 | 
             
                  assert_action_performed    :create, "basic/stylesheets/screen.css"
         | 
| 35 35 | 
             
                end
         | 
| 36 36 | 
             
              end
         | 
| 37 37 |  | 
| 38 38 | 
             
              Compass::Frameworks::ALL.each do |framework|
         | 
| 39 | 
            +
                next if framework.name =~ /^_/
         | 
| 39 40 | 
             
                define_method "test_#{framework.name}_installation" do
         | 
| 40 41 | 
             
                  within_tmp_directory do
         | 
| 41 42 | 
             
                    compass *%W(--boring --framework #{framework.name} #{framework.name}_project)
         | 
| 42 | 
            -
                    assert File.exists?("#{framework.name}_project/src/screen. | 
| 43 | 
            +
                    assert File.exists?("#{framework.name}_project/src/screen.scss"), "src/screen.scss is missing. Found: #{Dir.glob("#{framework.name}_project/**/*").join(", ")}"
         | 
| 43 44 | 
             
                    assert File.exists?("#{framework.name}_project/stylesheets/screen.css")
         | 
| 44 45 | 
             
                    assert_action_performed :directory, "#{framework.name}_project/"
         | 
| 45 | 
            -
                    assert_action_performed    :create, "#{framework.name}_project/src/screen. | 
| 46 | 
            -
                    assert_action_performed   :compile, "#{framework.name}_project/src/screen. | 
| 46 | 
            +
                    assert_action_performed    :create, "#{framework.name}_project/src/screen.scss"
         | 
| 47 | 
            +
                    assert_action_performed   :compile, "#{framework.name}_project/src/screen.scss"
         | 
| 47 48 | 
             
                    assert_action_performed    :create, "#{framework.name}_project/stylesheets/screen.css"
         | 
| 48 49 | 
             
                  end
         | 
| 49 50 | 
             
                end
         | 
| @@ -55,10 +56,10 @@ class CommandLineTest < Test::Unit::TestCase | |
| 55 56 | 
             
                  Dir.chdir "basic" do
         | 
| 56 57 | 
             
                    # basic update with timestamp caching
         | 
| 57 58 | 
             
                    compass "--boring"
         | 
| 58 | 
            -
                    assert_action_performed :unchanged, "src/screen. | 
| 59 | 
            +
                    assert_action_performed :unchanged, "src/screen.scss"
         | 
| 59 60 | 
             
                    # basic update with force option set
         | 
| 60 61 | 
             
                    compass "--force", "--boring"
         | 
| 61 | 
            -
                    assert_action_performed :compile, "src/screen. | 
| 62 | 
            +
                    assert_action_performed :compile, "src/screen.scss"
         | 
| 62 63 | 
             
                    assert_action_performed :identical, "stylesheets/screen.css"
         | 
| 63 64 | 
             
                  end
         | 
| 64 65 | 
             
                end
         | 
| @@ -76,7 +76,7 @@ a { | |
| 76 76 |  | 
| 77 77 | 
             
            blockquote {
         | 
| 78 78 | 
             
              margin: 1.5em;
         | 
| 79 | 
            -
              color: # | 
| 79 | 
            +
              color: #666666;
         | 
| 80 80 | 
             
              font-style: italic; }
         | 
| 81 81 |  | 
| 82 82 | 
             
            strong {
         | 
| @@ -93,14 +93,14 @@ sup, sub { | |
| 93 93 | 
             
              line-height: 0; }
         | 
| 94 94 |  | 
| 95 95 | 
             
            abbr, acronym {
         | 
| 96 | 
            -
              border-bottom: 1px dotted # | 
| 96 | 
            +
              border-bottom: 1px dotted #666666; }
         | 
| 97 97 |  | 
| 98 98 | 
             
            address {
         | 
| 99 99 | 
             
              margin: 0 0 1.5em;
         | 
| 100 100 | 
             
              font-style: italic; }
         | 
| 101 101 |  | 
| 102 102 | 
             
            del {
         | 
| 103 | 
            -
              color: # | 
| 103 | 
            +
              color: #666666; }
         | 
| 104 104 |  | 
| 105 105 | 
             
            pre {
         | 
| 106 106 | 
             
              margin: 1.5em 0;
         | 
| @@ -151,7 +151,7 @@ tfoot { | |
| 151 151 | 
             
              font-style: italic; }
         | 
| 152 152 |  | 
| 153 153 | 
             
            caption {
         | 
| 154 | 
            -
              background: # | 
| 154 | 
            +
              background: #eeeeee; }
         | 
| 155 155 |  | 
| 156 156 | 
             
            .quiet {
         | 
| 157 157 | 
             
              color: #666666; }
         | 
| @@ -39,8 +39,8 @@ | |
| 39 39 | 
             
              background-image: -moz-linear-gradient(top, #dddddd 40%, #aaaaaa 50%); }
         | 
| 40 40 |  | 
| 41 41 | 
             
            .linear-11 {
         | 
| 42 | 
            -
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(80%, #dddddd), color-stop(90%,  | 
| 43 | 
            -
              background-image: -moz-linear-gradient(top, #dddddd 40%,  | 
| 42 | 
            +
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(80%, #dddddd), color-stop(90%, #000000), color-stop(100%, #aaaaaa));
         | 
| 43 | 
            +
              background-image: -moz-linear-gradient(top, #dddddd 40%, #000000 45%, #aaaaaa 50%); }
         | 
| 44 44 |  | 
| 45 45 | 
             
            .radial-1 {
         | 
| 46 46 | 
             
              background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
         | 
| @@ -71,5 +71,5 @@ | |
| 71 71 | 
             
              background-image: -moz-radial-gradient(center center, circle, #dddddd 20%, #aaaaaa 50px); }
         | 
| 72 72 |  | 
| 73 73 | 
             
            .alpha-linear {
         | 
| 74 | 
            -
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 127, 127, 0.5)), color-stop(100%,  | 
| 75 | 
            -
              background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5) 45%,  | 
| 74 | 
            +
              background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 127, 127, 0.5)), color-stop(100%, #ffffff));
         | 
| 75 | 
            +
              background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5) 45%, #ffffff 50%); }
         | 
| @@ -1,51 +1,68 @@ | |
| 1 | 
            -
            @import compass/css3 | 
| 1 | 
            +
            @import compass/css3
         | 
| 2 2 |  | 
| 3 3 | 
             
            .linear-1
         | 
| 4 | 
            -
              +linear-gradient(color_stops(# | 
| 4 | 
            +
              +linear-gradient(color_stops(#dddddd, #aaaaaa))
         | 
| 5 | 
            +
             | 
| 5 6 | 
             
            .linear-2
         | 
| 6 | 
            -
              +linear-gradient(color_stops(# | 
| 7 | 
            +
              +linear-gradient(color_stops(#dddddd, #aaaaaa), left)
         | 
| 8 | 
            +
             | 
| 7 9 | 
             
            .linear-3
         | 
| 8 | 
            -
              +linear-gradient(color_stops(# | 
| 10 | 
            +
              +linear-gradient(color_stops(#dddddd, #aaaaaa), unquote("top left"))
         | 
| 11 | 
            +
             | 
| 9 12 | 
             
            .linear-4
         | 
| 10 | 
            -
              +linear-gradient(color_stops(# | 
| 13 | 
            +
              +linear-gradient(color_stops(#dddddd, #aaaaaa), unquote("top right"))
         | 
| 14 | 
            +
             | 
| 11 15 | 
             
            .linear-5
         | 
| 12 | 
            -
              +linear-gradient(color_stops(# | 
| 16 | 
            +
              +linear-gradient(color_stops(#dddddd, #cccccc, #aaaaaa))
         | 
| 17 | 
            +
             | 
| 13 18 | 
             
            .linear-6
         | 
| 14 | 
            -
              +linear-gradient(color_stops(# | 
| 19 | 
            +
              +linear-gradient(color_stops(#dddddd, #cccccc 20%, #aaaaaa))
         | 
| 20 | 
            +
             | 
| 15 21 | 
             
            .linear-7
         | 
| 16 | 
            -
              +linear-gradient(color_stops(# | 
| 22 | 
            +
              +linear-gradient(color_stops(#dddddd, #cccccc 20%, #eeeeee, #aaaaaa))
         | 
| 23 | 
            +
             | 
| 17 24 | 
             
            .linear-8
         | 
| 18 | 
            -
              +linear-gradient(color_stops(# | 
| 25 | 
            +
              +linear-gradient(color_stops(#dddddd 80%, #aaaaaa))
         | 
| 26 | 
            +
             | 
| 19 27 | 
             
            .linear-9
         | 
| 20 | 
            -
              +linear-gradient(color_stops(# | 
| 28 | 
            +
              +linear-gradient(color_stops(#dddddd, #aaaaaa 20%))
         | 
| 29 | 
            +
             | 
| 21 30 | 
             
            .linear-10
         | 
| 22 | 
            -
              +linear-gradient(color_stops(# | 
| 31 | 
            +
              +linear-gradient(color_stops(#dddddd 40%, #aaaaaa 50%))
         | 
| 32 | 
            +
             | 
| 23 33 | 
             
            .linear-11
         | 
| 24 | 
            -
              +linear-gradient(color_stops(# | 
| 34 | 
            +
              +linear-gradient(color_stops(#dddddd 40%, black, #aaaaaa 50%))
         | 
| 35 | 
            +
             | 
| 25 36 | 
             
            .radial-1
         | 
| 26 37 | 
             
              // A default radial gradient:
         | 
| 27 | 
            -
             | 
| 28 | 
            -
              +radial-gradient(color_stops(# | 
| 38 | 
            +
                 A centered gradient having the shape of the container (aka ellipse)
         | 
| 39 | 
            +
              +radial-gradient(color_stops(#dddddd, #aaaaaa))
         | 
| 40 | 
            +
             | 
| 29 41 | 
             
            .radial-2
         | 
| 30 42 | 
             
              // A centered gradient having the shape of the container (aka ellipse)
         | 
| 31 | 
            -
              +radial-gradient(color_stops(# | 
| 43 | 
            +
              +radial-gradient(color_stops(#dddddd, #aaaaaa))
         | 
| 44 | 
            +
             | 
| 32 45 | 
             
            .radial-3
         | 
| 33 46 | 
             
              // A centered gradient at the top having the shape of the container (aka ellipse)
         | 
| 34 | 
            -
              +radial-gradient(color_stops(# | 
| 47 | 
            +
              +radial-gradient(color_stops(#dddddd, #aaaaaa), unquote("top center"))
         | 
| 48 | 
            +
             | 
| 35 49 | 
             
            .radial-4
         | 
| 36 50 | 
             
              // A centered gradient having a circular shape
         | 
| 37 | 
            -
              +radial-gradient(color_stops(# | 
| 51 | 
            +
              +radial-gradient(color_stops(#dddddd, #aaaaaa))
         | 
| 52 | 
            +
             | 
| 38 53 | 
             
            .radial-5
         | 
| 39 54 | 
             
              // A centered gradient at the top having a circular shape
         | 
| 40 | 
            -
              +radial-gradient(color_stops(# | 
| 55 | 
            +
              +radial-gradient(color_stops(#dddddd, #aaaaaa), unquote("top center"))
         | 
| 56 | 
            +
             | 
| 41 57 | 
             
            .radial-6
         | 
| 42 58 | 
             
              // A centered circular gradient with color stops
         | 
| 43 | 
            -
             | 
| 44 | 
            -
              +radial-gradient(color_stops(# | 
| 59 | 
            +
                 The color stops must be absolute units
         | 
| 60 | 
            +
              +radial-gradient(color_stops(#dddddd 20px, #aaaaaa 50px))
         | 
| 61 | 
            +
             | 
| 45 62 | 
             
            .radial-7
         | 
| 46 63 | 
             
              // A centered elliptical gradient with color stops
         | 
| 47 | 
            -
             | 
| 48 | 
            -
              +radial-gradient(color_stops(# | 
| 64 | 
            +
                 The color stops must be relative units
         | 
| 65 | 
            +
              +radial-gradient(color_stops(#dddddd 20%, #aaaaaa 50px))
         | 
| 49 66 |  | 
| 50 67 | 
             
            .alpha-linear
         | 
| 51 | 
            -
              +linear-gradient(color_stops(rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), rgba(255, 255, 255, 1) 50%))
         | 
| 68 | 
            +
              +linear-gradient(color_stops(rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5), rgba(255, 255, 255, 1) 50%))
         | 
| @@ -1,12 +1,15 @@ | |
| 1 1 | 
             
            .png
         | 
| 2 | 
            -
              width | 
| 3 | 
            -
              height | 
| 2 | 
            +
              width: image_width(unquote("100x150.png"))
         | 
| 3 | 
            +
              height: image_height(unquote("100x150.png"))
         | 
| 4 | 
            +
             | 
| 4 5 | 
             
            .jpg
         | 
| 5 | 
            -
              width | 
| 6 | 
            -
              height | 
| 6 | 
            +
              width: image_width(unquote("100x150.jpg"))
         | 
| 7 | 
            +
              height: image_height(unquote("100x150.jpg"))
         | 
| 8 | 
            +
             | 
| 7 9 | 
             
            .jpeg
         | 
| 8 | 
            -
              width | 
| 9 | 
            -
              height | 
| 10 | 
            +
              width: image_width(unquote("100x150.jpeg"))
         | 
| 11 | 
            +
              height: image_height(unquote("100x150.jpeg"))
         | 
| 12 | 
            +
             | 
| 10 13 | 
             
            .gif
         | 
| 11 | 
            -
              width | 
| 12 | 
            -
              height | 
| 14 | 
            +
              width: image_width(unquote("100x150.gif"))
         | 
| 15 | 
            +
              height: image_height(unquote("100x150.gif"))
         | 
| @@ -1,3 +1,3 @@ | |
| 1 | 
            -
            @import compass/layout | 
| 1 | 
            +
            @import compass/layout
         | 
| 2 2 |  | 
| 3 | 
            -
            +sticky-footer(72px, "#layout", "#layout_footer", "#footer")
         | 
| 3 | 
            +
            +sticky-footer(72px, unquote("#layout"), unquote("#layout_footer"), unquote("#footer"))
         | 
| @@ -1,10 +1,12 @@ | |
| 1 | 
            -
            @import compass/reset | 
| 1 | 
            +
            @import compass/reset
         | 
| 2 2 |  | 
| 3 3 | 
             
            // Turn off the display for both of these classes
         | 
| 4 4 | 
             
            .unregistered-only, .registered-only
         | 
| 5 | 
            -
              : | 
| 5 | 
            +
              display: none
         | 
| 6 | 
            +
             | 
| 6 7 | 
             
            // Now turn only one of them back on depending on some other context.
         | 
| 7 8 | 
             
            body.registered
         | 
| 8 | 
            -
              +reset-display(".registered-only")
         | 
| 9 | 
            +
              +reset-display(unquote(".registered-only"))
         | 
| 10 | 
            +
             | 
| 9 11 | 
             
            body.unregistered
         | 
| 10 | 
            -
              +reset-display(".unregistered-only")
         | 
| 12 | 
            +
              +reset-display(unquote(".unregistered-only"))
         | 
| @@ -1,6 +1,5 @@ | |
| 1 | 
            -
            /*
         | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
              <![endif]-->
         | 
| 1 | 
            +
            /* Welcome to Compass. Use this file to write IE specific override styles.
         | 
| 2 | 
            +
               Import this file using the following HTML or equivalent:
         | 
| 3 | 
            +
               <!--[if IE]>
         | 
| 4 | 
            +
                 <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
         | 
| 5 | 
            +
               <![endif]-->
         | 
| @@ -1,6 +1,3 @@ | |
| 1 | 
            -
            /*
         | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
              <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
         | 
| 5 | 
            -
              
         | 
| 6 | 
            -
             | 
| 1 | 
            +
            /* Welcome to Compass. Use this file to define print styles.
         | 
| 2 | 
            +
               Import this file using the following HTML or equivalent:
         | 
| 3 | 
            +
               <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
         | 
| @@ -24,7 +24,7 @@ class RailsIntegrationTest < Test::Unit::TestCase | |
| 24 24 | 
             
                      responder.respond_to %r{^\s*Emit compiled stylesheets to public/stylesheets/compiled/\? \(Y/n\)\s*$}, :with => "Y", :required => true
         | 
| 25 25 | 
             
                    end
         | 
| 26 26 | 
             
                    # puts ">>>#{@last_result}<<<"
         | 
| 27 | 
            -
                    assert_action_performed :create, "./app/stylesheets/screen. | 
| 27 | 
            +
                    assert_action_performed :create, "./app/stylesheets/screen.scss"
         | 
| 28 28 | 
             
                    assert_action_performed :create, "./config/initializers/compass.rb"
         | 
| 29 29 | 
             
                  end
         | 
| 30 30 | 
             
                ensure
         | 
| @@ -40,7 +40,7 @@ class RailsIntegrationTest < Test::Unit::TestCase | |
| 40 40 | 
             
                  generate_rails_app_directories("compass_rails")
         | 
| 41 41 | 
             
                  Dir.chdir "compass_rails" do
         | 
| 42 42 | 
             
                    compass(*%w(--rails --trace --boring --sass-dir app/stylesheets --css-dir public/stylesheets/compiled .))
         | 
| 43 | 
            -
                    assert_action_performed :create, "./app/stylesheets/screen. | 
| 43 | 
            +
                    assert_action_performed :create, "./app/stylesheets/screen.scss"
         | 
| 44 44 | 
             
                    assert_action_performed :create, "./config/initializers/compass.rb"
         | 
| 45 45 | 
             
                  end
         | 
| 46 46 | 
             
                end
         | 
    
        metadata
    CHANGED
    
    | @@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version | |
| 6 6 | 
             
              - 0
         | 
| 7 7 | 
             
              - 10
         | 
| 8 8 | 
             
              - 0
         | 
| 9 | 
            -
              -  | 
| 10 | 
            -
              version: 0.10.0. | 
| 9 | 
            +
              - rc2
         | 
| 10 | 
            +
              version: 0.10.0.rc2
         | 
| 11 11 | 
             
            platform: ruby
         | 
| 12 12 | 
             
            authors: 
         | 
| 13 13 | 
             
            - Chris Eppstein
         | 
| @@ -15,7 +15,7 @@ autorequire: | |
| 15 15 | 
             
            bindir: bin
         | 
| 16 16 | 
             
            cert_chain: []
         | 
| 17 17 |  | 
| 18 | 
            -
            date: 2010- | 
| 18 | 
            +
            date: 2010-04-12 00:00:00 -07:00
         | 
| 19 19 | 
             
            default_executable: compass
         | 
| 20 20 | 
             
            dependencies: 
         | 
| 21 21 | 
             
            - !ruby/object:Gem::Dependency 
         | 
| @@ -26,10 +26,12 @@ dependencies: | |
| 26 26 | 
             
                - - ">="
         | 
| 27 27 | 
             
                  - !ruby/object:Gem::Version 
         | 
| 28 28 | 
             
                    segments: 
         | 
| 29 | 
            +
                    - 3
         | 
| 30 | 
            +
                    - 0
         | 
| 31 | 
            +
                    - 0
         | 
| 32 | 
            +
                    - beta
         | 
| 29 33 | 
             
                    - 2
         | 
| 30 | 
            -
                     | 
| 31 | 
            -
                    - 14
         | 
| 32 | 
            -
                    version: 2.2.14
         | 
| 34 | 
            +
                    version: 3.0.0.beta.2
         | 
| 33 35 | 
             
              type: :runtime
         | 
| 34 36 | 
             
              version_requirements: *id001
         | 
| 35 37 | 
             
            description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
         | 
| @@ -59,10 +61,10 @@ files: | |
| 59 61 | 
             
            - examples/blueprint_default/parts/test-small.jpg
         | 
| 60 62 | 
             
            - examples/blueprint_default/parts/test.jpg
         | 
| 61 63 | 
             
            - examples/blueprint_default/parts/valid.png
         | 
| 62 | 
            -
            - examples/blueprint_default/src/ie. | 
| 64 | 
            +
            - examples/blueprint_default/src/ie.scss
         | 
| 63 65 | 
             
            - examples/blueprint_default/src/images/grid.png
         | 
| 64 | 
            -
            - examples/blueprint_default/src/print. | 
| 65 | 
            -
            - examples/blueprint_default/src/screen. | 
| 66 | 
            +
            - examples/blueprint_default/src/print.scss
         | 
| 67 | 
            +
            - examples/blueprint_default/src/screen.scss
         | 
| 66 68 | 
             
            - examples/blueprint_plugins/config.rb
         | 
| 67 69 | 
             
            - examples/blueprint_plugins/images/buttons/cross.png
         | 
| 68 70 | 
             
            - examples/blueprint_plugins/images/buttons/key.png
         | 
| @@ -84,21 +86,21 @@ files: | |
| 84 86 | 
             
            - examples/blueprint_plugins/plugins/fancy_type.html.haml
         | 
| 85 87 | 
             
            - examples/blueprint_plugins/plugins/link_icons.html.haml
         | 
| 86 88 | 
             
            - examples/blueprint_plugins/plugins/rtl.html.haml
         | 
| 87 | 
            -
            - examples/blueprint_plugins/src/buttons. | 
| 88 | 
            -
            - examples/blueprint_plugins/src/ie. | 
| 89 | 
            +
            - examples/blueprint_plugins/src/buttons.scss
         | 
| 90 | 
            +
            - examples/blueprint_plugins/src/ie.scss
         | 
| 89 91 | 
             
            - examples/blueprint_plugins/src/images/grid.png
         | 
| 90 | 
            -
            - examples/blueprint_plugins/src/link_icons. | 
| 91 | 
            -
            - examples/blueprint_plugins/src/print. | 
| 92 | 
            -
            - examples/blueprint_plugins/src/rtl_screen. | 
| 93 | 
            -
            - examples/blueprint_plugins/src/screen. | 
| 92 | 
            +
            - examples/blueprint_plugins/src/link_icons.scss
         | 
| 93 | 
            +
            - examples/blueprint_plugins/src/print.scss
         | 
| 94 | 
            +
            - examples/blueprint_plugins/src/rtl_screen.scss
         | 
| 95 | 
            +
            - examples/blueprint_plugins/src/screen.scss
         | 
| 94 96 | 
             
            - examples/blueprint_scoped/images/grid.png
         | 
| 95 | 
            -
            - examples/blueprint_scoped/src/ie. | 
| 96 | 
            -
            - examples/blueprint_scoped/src/print. | 
| 97 | 
            -
            - examples/blueprint_scoped/src/screen. | 
| 97 | 
            +
            - examples/blueprint_scoped/src/ie.scss
         | 
| 98 | 
            +
            - examples/blueprint_scoped/src/print.scss
         | 
| 99 | 
            +
            - examples/blueprint_scoped/src/screen.scss
         | 
| 98 100 | 
             
            - examples/blueprint_scoped_form/images/grid.png
         | 
| 99 | 
            -
            - examples/blueprint_scoped_form/src/ie. | 
| 100 | 
            -
            - examples/blueprint_scoped_form/src/print. | 
| 101 | 
            -
            - examples/blueprint_scoped_form/src/screen. | 
| 101 | 
            +
            - examples/blueprint_scoped_form/src/ie.scss
         | 
| 102 | 
            +
            - examples/blueprint_scoped_form/src/print.scss
         | 
| 103 | 
            +
            - examples/blueprint_scoped_form/src/screen.scss
         | 
| 102 104 | 
             
            - examples/blueprint_semantic/config.rb
         | 
| 103 105 | 
             
            - examples/blueprint_semantic/images/grid.png
         | 
| 104 106 | 
             
            - examples/blueprint_semantic/index.html.haml
         | 
| @@ -107,26 +109,20 @@ files: | |
| 107 109 | 
             
            - examples/blueprint_semantic/parts/test-small.jpg
         | 
| 108 110 | 
             
            - examples/blueprint_semantic/parts/test.jpg
         | 
| 109 111 | 
             
            - examples/blueprint_semantic/parts/valid.png
         | 
| 110 | 
            -
            - examples/blueprint_semantic/src/ie. | 
| 112 | 
            +
            - examples/blueprint_semantic/src/ie.scss
         | 
| 111 113 | 
             
            - examples/blueprint_semantic/src/images/grid.png
         | 
| 112 | 
            -
            - examples/blueprint_semantic/src/liquid. | 
| 113 | 
            -
            - examples/blueprint_semantic/src/print. | 
| 114 | 
            -
            - examples/blueprint_semantic/src/screen. | 
| 114 | 
            +
            - examples/blueprint_semantic/src/liquid.scss
         | 
| 115 | 
            +
            - examples/blueprint_semantic/src/print.scss
         | 
| 116 | 
            +
            - examples/blueprint_semantic/src/screen.scss
         | 
| 115 117 | 
             
            - examples/compass/bootstrap.rb
         | 
| 118 | 
            +
            - examples/compass/clean.rb
         | 
| 116 119 | 
             
            - examples/compass/compass.html.haml
         | 
| 117 120 | 
             
            - examples/compass/config.rb
         | 
| 118 | 
            -
            - examples/compass/extensions/yui/stylesheets/_yui.sass
         | 
| 119 | 
            -
            - examples/compass/extensions/yui/stylesheets/yui/modules/_base.sass
         | 
| 120 | 
            -
            - examples/compass/extensions/yui/stylesheets/yui/modules/_fonts.sass
         | 
| 121 | 
            -
            - examples/compass/extensions/yui/stylesheets/yui/modules/_grids.sass
         | 
| 122 | 
            -
            - examples/compass/extensions/yui/stylesheets/yui/modules/_reset.sass
         | 
| 123 | 
            -
            - examples/compass/extensions/yui/templates/project/manifest.rb
         | 
| 124 | 
            -
            - examples/compass/extensions/yui/templates/project/screen.sass
         | 
| 125 121 | 
             
            - examples/compass/images/blue_arrow.gif
         | 
| 126 | 
            -
            - examples/compass/src/compass. | 
| 122 | 
            +
            - examples/compass/src/compass.scss
         | 
| 127 123 | 
             
            - examples/compass/src/images/blue_arrow.gif
         | 
| 128 | 
            -
            - examples/compass/src/sticky_footer. | 
| 129 | 
            -
            - examples/compass/src/utilities. | 
| 124 | 
            +
            - examples/compass/src/sticky_footer.scss
         | 
| 125 | 
            +
            - examples/compass/src/utilities.scss
         | 
| 130 126 | 
             
            - examples/compass/sticky_footer.html.haml
         | 
| 131 127 | 
             
            - examples/compass/utilities.html.haml
         | 
| 132 128 | 
             
            - examples/css3/config.rb
         | 
| @@ -158,148 +154,141 @@ files: | |
| 158 154 | 
             
            - examples/css3/gradients.html.haml
         | 
| 159 155 | 
             
            - examples/css3/images/fresh-peas.jpg
         | 
| 160 156 | 
             
            - examples/css3/index.html.haml
         | 
| 161 | 
            -
            - examples/css3/src/_base. | 
| 162 | 
            -
            - examples/css3/src/fancy-fonts. | 
| 163 | 
            -
            - examples/css3/src/gradients. | 
| 164 | 
            -
            - examples/css3/src/main. | 
| 157 | 
            +
            - examples/css3/src/_base.scss
         | 
| 158 | 
            +
            - examples/css3/src/fancy-fonts.scss
         | 
| 159 | 
            +
            - examples/css3/src/gradients.scss
         | 
| 160 | 
            +
            - examples/css3/src/main.scss
         | 
| 165 161 | 
             
            - examples/css3/stylesheets/fonts/Vtks Revolt.ttf
         | 
| 166 162 | 
             
            - examples/css3/stylesheets/fonts/angelina.ttf
         | 
| 167 163 | 
             
            - examples/downloader.rb
         | 
| 168 164 | 
             
            - examples/logo/logo.html.haml
         | 
| 169 | 
            -
            - examples/logo/src/ie. | 
| 170 | 
            -
            - examples/logo/src/print. | 
| 171 | 
            -
            - examples/logo/src/screen. | 
| 165 | 
            +
            - examples/logo/src/ie.scss
         | 
| 166 | 
            +
            - examples/logo/src/print.scss
         | 
| 167 | 
            +
            - examples/logo/src/screen.scss
         | 
| 172 168 | 
             
            - examples/ninesixty/bootstrap.rb
         | 
| 169 | 
            +
            - examples/ninesixty/clean.rb
         | 
| 173 170 | 
             
            - examples/ninesixty/config.rb
         | 
| 174 | 
            -
            - examples/ninesixty/ | 
| 175 | 
            -
            - examples/ninesixty/ | 
| 176 | 
            -
            - examples/ninesixty/extensions/ninesixty/lib/ninesixty.rb
         | 
| 177 | 
            -
            - examples/ninesixty/extensions/ninesixty/lib/ninesixty/compass_plugin.rb
         | 
| 178 | 
            -
            - examples/ninesixty/extensions/ninesixty/sass/960/_grid.sass
         | 
| 179 | 
            -
            - examples/ninesixty/extensions/ninesixty/sass/960/_text.sass
         | 
| 180 | 
            -
            - examples/ninesixty/extensions/ninesixty/templates/project/grid.sass
         | 
| 181 | 
            -
            - examples/ninesixty/extensions/ninesixty/templates/project/manifest.rb
         | 
| 182 | 
            -
            - examples/ninesixty/extensions/ninesixty/templates/project/text.sass
         | 
| 183 | 
            -
            - examples/ninesixty/src/grid.sass
         | 
| 184 | 
            -
            - examples/ninesixty/src/text.sass
         | 
| 171 | 
            +
            - examples/ninesixty/src/grid.scss
         | 
| 172 | 
            +
            - examples/ninesixty/src/text.scss
         | 
| 185 173 | 
             
            - examples/susy/bootstrap.rb
         | 
| 174 | 
            +
            - examples/susy/clean.rb
         | 
| 186 175 | 
             
            - examples/susy/config.rb
         | 
| 187 | 
            -
            - examples/susy/ | 
| 188 | 
            -
            - examples/susy/ | 
| 189 | 
            -
            - examples/susy/ | 
| 190 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/build.sh
         | 
| 191 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/01_target/src/_defaults.sass
         | 
| 192 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/01_target/src/screen.sass
         | 
| 193 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/02_container/src/_defaults.sass
         | 
| 194 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/02_container/src/screen.sass
         | 
| 195 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/_defaults.sass
         | 
| 196 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/screen.sass
         | 
| 197 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/_common/config.rb
         | 
| 198 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/_common/images/grid.png
         | 
| 199 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/_common/images/susy_logo.png
         | 
| 200 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/_common/src/_base.sass
         | 
| 201 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/_tools/Markdown.pl
         | 
| 202 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/site/src/_defaults.sass
         | 
| 203 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/code/site/src/screen.sass
         | 
| 204 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/figures/susy_element.png
         | 
| 205 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/figures/susy_grid.png
         | 
| 206 | 
            -
            - examples/susy/extensions/susy/docs/tutorial/index.mkdn
         | 
| 207 | 
            -
            - examples/susy/extensions/susy/lib/susy.rb
         | 
| 208 | 
            -
            - examples/susy/extensions/susy/lib/susy/compass_plugin.rb
         | 
| 209 | 
            -
            - examples/susy/extensions/susy/lib/susy/sass_extensions.rb
         | 
| 210 | 
            -
            - examples/susy/extensions/susy/sass/susy/_grid.sass
         | 
| 211 | 
            -
            - examples/susy/extensions/susy/sass/susy/_reset.sass
         | 
| 212 | 
            -
            - examples/susy/extensions/susy/sass/susy/_susy.sass
         | 
| 213 | 
            -
            - examples/susy/extensions/susy/sass/susy/_text.sass
         | 
| 214 | 
            -
            - examples/susy/extensions/susy/sass/susy/_utils.sass
         | 
| 215 | 
            -
            - examples/susy/extensions/susy/templates/project/_base.sass
         | 
| 216 | 
            -
            - examples/susy/extensions/susy/templates/project/_defaults.sass
         | 
| 217 | 
            -
            - examples/susy/extensions/susy/templates/project/ie.sass
         | 
| 218 | 
            -
            - examples/susy/extensions/susy/templates/project/manifest.rb
         | 
| 219 | 
            -
            - examples/susy/extensions/susy/templates/project/print.sass
         | 
| 220 | 
            -
            - examples/susy/extensions/susy/templates/project/screen.sass
         | 
| 221 | 
            -
            - examples/susy/src/_base.sass
         | 
| 222 | 
            -
            - examples/susy/src/_defaults.sass
         | 
| 223 | 
            -
            - examples/susy/src/screen.sass
         | 
| 176 | 
            +
            - examples/susy/src/_base.scss
         | 
| 177 | 
            +
            - examples/susy/src/_defaults.scss
         | 
| 178 | 
            +
            - examples/susy/src/screen.scss
         | 
| 224 179 | 
             
            - examples/yui/bootstrap.rb
         | 
| 180 | 
            +
            - examples/yui/clean.rb
         | 
| 181 | 
            +
            - examples/yui/config.rb
         | 
| 225 182 | 
             
            - examples/yui/divisions.html.haml
         | 
| 226 | 
            -
            - examples/yui/extensions/yui/stylesheets/_yui.sass
         | 
| 227 | 
            -
            - examples/yui/extensions/yui/stylesheets/yui/modules/_base.sass
         | 
| 228 | 
            -
            - examples/yui/extensions/yui/stylesheets/yui/modules/_fonts.sass
         | 
| 229 | 
            -
            - examples/yui/extensions/yui/stylesheets/yui/modules/_grids.sass
         | 
| 230 | 
            -
            - examples/yui/extensions/yui/stylesheets/yui/modules/_reset.sass
         | 
| 231 | 
            -
            - examples/yui/extensions/yui/templates/project/manifest.rb
         | 
| 232 | 
            -
            - examples/yui/extensions/yui/templates/project/screen.sass
         | 
| 233 183 | 
             
            - examples/yui/index.html.haml
         | 
| 234 | 
            -
            - examples/yui/src/screen. | 
| 184 | 
            +
            - examples/yui/src/screen.scss
         | 
| 235 185 | 
             
            - examples/yui/sub_divisions.html.haml
         | 
| 236 186 | 
             
            - examples/yui/templates.html.haml
         | 
| 237 187 | 
             
            - examples/yui/test.jpg
         | 
| 238 188 | 
             
            - examples/yui/typography.html.haml
         | 
| 239 | 
            -
            - frameworks/ | 
| 240 | 
            -
            - frameworks/ | 
| 241 | 
            -
            - frameworks/ | 
| 242 | 
            -
            - frameworks/ | 
| 243 | 
            -
            - frameworks/ | 
| 244 | 
            -
            - frameworks/ | 
| 245 | 
            -
            - frameworks/ | 
| 246 | 
            -
            - frameworks/ | 
| 247 | 
            -
            - frameworks/ | 
| 248 | 
            -
            - frameworks/ | 
| 249 | 
            -
            - frameworks/ | 
| 250 | 
            -
            - frameworks/ | 
| 251 | 
            -
            - frameworks/ | 
| 252 | 
            -
            - frameworks/ | 
| 253 | 
            -
            - frameworks/ | 
| 254 | 
            -
            - frameworks/ | 
| 255 | 
            -
            - frameworks/ | 
| 256 | 
            -
            - frameworks/ | 
| 257 | 
            -
            - frameworks/ | 
| 258 | 
            -
            - frameworks/ | 
| 259 | 
            -
            - frameworks/ | 
| 260 | 
            -
            - frameworks/ | 
| 261 | 
            -
            - frameworks/ | 
| 262 | 
            -
            - frameworks/ | 
| 263 | 
            -
            - frameworks/ | 
| 264 | 
            -
            - frameworks/ | 
| 265 | 
            -
            - frameworks/ | 
| 266 | 
            -
            - frameworks/ | 
| 267 | 
            -
            - frameworks/ | 
| 268 | 
            -
            - frameworks/ | 
| 269 | 
            -
            - frameworks/ | 
| 270 | 
            -
            - frameworks/ | 
| 271 | 
            -
            - frameworks/ | 
| 272 | 
            -
            - frameworks/ | 
| 273 | 
            -
            - frameworks/ | 
| 274 | 
            -
            - frameworks/ | 
| 275 | 
            -
            - frameworks/ | 
| 276 | 
            -
            - frameworks/ | 
| 277 | 
            -
            - frameworks/ | 
| 278 | 
            -
            - frameworks/ | 
| 279 | 
            -
            - frameworks/ | 
| 280 | 
            -
            - frameworks/ | 
| 281 | 
            -
            - frameworks/ | 
| 282 | 
            -
            - frameworks/ | 
| 283 | 
            -
            - frameworks/ | 
| 284 | 
            -
            - frameworks/ | 
| 285 | 
            -
            - frameworks/ | 
| 286 | 
            -
            - frameworks/ | 
| 287 | 
            -
            - frameworks/ | 
| 288 | 
            -
            - frameworks/ | 
| 289 | 
            -
            - frameworks/ | 
| 290 | 
            -
            - frameworks/ | 
| 291 | 
            -
            - frameworks/ | 
| 292 | 
            -
            - frameworks/ | 
| 293 | 
            -
            - frameworks/ | 
| 294 | 
            -
            - frameworks/ | 
| 295 | 
            -
            - frameworks/ | 
| 296 | 
            -
            - frameworks/ | 
| 297 | 
            -
            - frameworks/ | 
| 298 | 
            -
            - frameworks/ | 
| 299 | 
            -
            - frameworks/ | 
| 300 | 
            -
            - frameworks/ | 
| 301 | 
            -
            - frameworks/ | 
| 302 | 
            -
            - frameworks/ | 
| 189 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/_blueprint.sass
         | 
| 190 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_buttons.sass
         | 
| 191 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_colors.sass
         | 
| 192 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_debug.sass
         | 
| 193 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_fancy_type.sass
         | 
| 194 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_form.sass
         | 
| 195 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_grid.sass
         | 
| 196 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_ie.sass
         | 
| 197 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_interaction.sass
         | 
| 198 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_link_icons.sass
         | 
| 199 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_liquid.sass
         | 
| 200 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_print.sass
         | 
| 201 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_reset.sass
         | 
| 202 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_rtl.sass
         | 
| 203 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_scaffolding.sass
         | 
| 204 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_screen.sass
         | 
| 205 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_typography.sass
         | 
| 206 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_utilities.sass
         | 
| 207 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_buttons.sass
         | 
| 208 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_colors.sass
         | 
| 209 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_debug.sass
         | 
| 210 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_fancy_type.sass
         | 
| 211 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_form.sass
         | 
| 212 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_grid.sass
         | 
| 213 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_interaction.sass
         | 
| 214 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_link_icons.sass
         | 
| 215 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_liquid.sass
         | 
| 216 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass
         | 
| 217 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_rtl.sass
         | 
| 218 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_scaffolding.sass
         | 
| 219 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_typography.sass
         | 
| 220 | 
            +
            - frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_utilities.sass
         | 
| 221 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/_compass.sass
         | 
| 222 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/_css3.sass
         | 
| 223 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/_layout.sass
         | 
| 224 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/_misc.sass
         | 
| 225 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/_reset.sass
         | 
| 226 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/_utilities.sass
         | 
| 227 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_clip.sass
         | 
| 228 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_origin.sass
         | 
| 229 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_size.sass
         | 
| 230 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_border_radius.sass
         | 
| 231 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_shadow.sass
         | 
| 232 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_sizing.sass
         | 
| 233 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_columns.sass
         | 
| 234 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_font_face.sass
         | 
| 235 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_gradient.sass
         | 
| 236 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_inline_block.sass
         | 
| 237 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_opacity.sass
         | 
| 238 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_text_shadow.sass
         | 
| 239 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transform.sass
         | 
| 240 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transition.sass
         | 
| 241 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/layout/_sticky_footer.sass
         | 
| 242 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_general.sass
         | 
| 243 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_links.sass
         | 
| 244 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_lists.sass
         | 
| 245 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_print.sass
         | 
| 246 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_sprites.sass
         | 
| 247 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_tables.sass
         | 
| 248 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_text.sass
         | 
| 249 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_clearfix.sass
         | 
| 250 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_float.sass
         | 
| 251 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_hacks.sass
         | 
| 252 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_min.sass
         | 
| 253 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_reset.sass
         | 
| 254 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_tabs.sass
         | 
| 255 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_tag_cloud.sass
         | 
| 256 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_hover_link.sass
         | 
| 257 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_link_colors.sass
         | 
| 258 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_unstyled_link.sass
         | 
| 259 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_bullets.sass
         | 
| 260 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_horizontal_list.sass
         | 
| 261 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_inline_list.sass
         | 
| 262 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/sprites/_sprite_img.sass
         | 
| 263 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass
         | 
| 264 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_borders.sass
         | 
| 265 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_scaffolding.sass
         | 
| 266 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_ellipsis.sass
         | 
| 267 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_nowrap.sass
         | 
| 268 | 
            +
            - frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_replacement.sass
         | 
| 269 | 
            +
            - frameworks/blueprint/stylesheets/_blueprint.scss
         | 
| 270 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_buttons.scss
         | 
| 271 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_colors.scss
         | 
| 272 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_debug.scss
         | 
| 273 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss
         | 
| 274 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_form.scss
         | 
| 275 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_grid.scss
         | 
| 276 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_ie.scss
         | 
| 277 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_interaction.scss
         | 
| 278 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_link-icons.scss
         | 
| 279 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_liquid.scss
         | 
| 280 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_print.scss
         | 
| 281 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_reset.scss
         | 
| 282 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_rtl.scss
         | 
| 283 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss
         | 
| 284 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_typography.scss
         | 
| 285 | 
            +
            - frameworks/blueprint/stylesheets/blueprint/_utilities.scss
         | 
| 286 | 
            +
            - frameworks/blueprint/templates/basic/grid.png
         | 
| 287 | 
            +
            - frameworks/blueprint/templates/basic/ie.sass
         | 
| 288 | 
            +
            - frameworks/blueprint/templates/basic/manifest.rb
         | 
| 289 | 
            +
            - frameworks/blueprint/templates/basic/partials/_base.sass
         | 
| 290 | 
            +
            - frameworks/blueprint/templates/basic/print.sass
         | 
| 291 | 
            +
            - frameworks/blueprint/templates/basic/screen.sass
         | 
| 303 292 | 
             
            - frameworks/blueprint/templates/buttons/buttons.sass
         | 
| 304 293 | 
             
            - frameworks/blueprint/templates/buttons/buttons/cross.png
         | 
| 305 294 | 
             
            - frameworks/blueprint/templates/buttons/buttons/key.png
         | 
| @@ -321,54 +310,63 @@ files: | |
| 321 310 | 
             
            - frameworks/blueprint/templates/project/partials/_base.sass
         | 
| 322 311 | 
             
            - frameworks/blueprint/templates/project/print.sass
         | 
| 323 312 | 
             
            - frameworks/blueprint/templates/project/screen.sass
         | 
| 324 | 
            -
            - frameworks/ | 
| 325 | 
            -
            - frameworks/ | 
| 326 | 
            -
            - frameworks/ | 
| 327 | 
            -
            - frameworks/ | 
| 328 | 
            -
            - frameworks/ | 
| 329 | 
            -
            - frameworks/ | 
| 330 | 
            -
            - frameworks/ | 
| 331 | 
            -
            - frameworks/ | 
| 332 | 
            -
            - frameworks/ | 
| 333 | 
            -
            - frameworks/compass/stylesheets/ | 
| 334 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 335 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 336 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 337 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 338 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 339 | 
            -
            - frameworks/compass/stylesheets/compass/css3/ | 
| 340 | 
            -
            - frameworks/compass/stylesheets/compass/css3/ | 
| 341 | 
            -
            - frameworks/compass/stylesheets/compass/css3/ | 
| 342 | 
            -
            - frameworks/compass/stylesheets/compass/css3/ | 
| 343 | 
            -
            - frameworks/compass/stylesheets/compass/css3/ | 
| 344 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 345 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 346 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 347 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 348 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 349 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 350 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 351 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 352 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 353 | 
            -
            - frameworks/compass/stylesheets/compass/ | 
| 354 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 355 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 356 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 357 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 358 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 359 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 360 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 361 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 362 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 363 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 364 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 365 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 366 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 367 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 368 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 369 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 370 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 371 | 
            -
            - frameworks/compass/stylesheets/compass/utilities/ | 
| 313 | 
            +
            - frameworks/blueprint/templates/semantic/grid.png
         | 
| 314 | 
            +
            - frameworks/blueprint/templates/semantic/ie.sass
         | 
| 315 | 
            +
            - frameworks/blueprint/templates/semantic/manifest.rb
         | 
| 316 | 
            +
            - frameworks/blueprint/templates/semantic/partials/_base.sass
         | 
| 317 | 
            +
            - frameworks/blueprint/templates/semantic/partials/_form.sass
         | 
| 318 | 
            +
            - frameworks/blueprint/templates/semantic/partials/_page.sass
         | 
| 319 | 
            +
            - frameworks/blueprint/templates/semantic/partials/_two_col.sass
         | 
| 320 | 
            +
            - frameworks/blueprint/templates/semantic/print.sass
         | 
| 321 | 
            +
            - frameworks/blueprint/templates/semantic/screen.sass
         | 
| 322 | 
            +
            - frameworks/compass/stylesheets/_compass.scss
         | 
| 323 | 
            +
            - frameworks/compass/stylesheets/compass/_css3.scss
         | 
| 324 | 
            +
            - frameworks/compass/stylesheets/compass/_layout.scss
         | 
| 325 | 
            +
            - frameworks/compass/stylesheets/compass/_misc.scss
         | 
| 326 | 
            +
            - frameworks/compass/stylesheets/compass/_reset.scss
         | 
| 327 | 
            +
            - frameworks/compass/stylesheets/compass/_utilities.scss
         | 
| 328 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_background-clip.scss
         | 
| 329 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_background-origin.scss
         | 
| 330 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_background-size.scss
         | 
| 331 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_border-radius.scss
         | 
| 332 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_box-shadow.scss
         | 
| 333 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_box-sizing.scss
         | 
| 334 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_columns.scss
         | 
| 335 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_font-face.scss
         | 
| 336 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_gradient.scss
         | 
| 337 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_inline-block.scss
         | 
| 338 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_opacity.scss
         | 
| 339 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_text-shadow.scss
         | 
| 340 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_transform.scss
         | 
| 341 | 
            +
            - frameworks/compass/stylesheets/compass/css3/_transition.scss
         | 
| 342 | 
            +
            - frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss
         | 
| 343 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_general.scss
         | 
| 344 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_links.scss
         | 
| 345 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_lists.scss
         | 
| 346 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_print.scss
         | 
| 347 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_sprites.scss
         | 
| 348 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_tables.scss
         | 
| 349 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/_text.scss
         | 
| 350 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss
         | 
| 351 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_float.scss
         | 
| 352 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss
         | 
| 353 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_min.scss
         | 
| 354 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_reset.scss
         | 
| 355 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_tabs.scss
         | 
| 356 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss
         | 
| 357 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss
         | 
| 358 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss
         | 
| 359 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss
         | 
| 360 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss
         | 
| 361 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss
         | 
| 362 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss
         | 
| 363 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss
         | 
| 364 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss
         | 
| 365 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss
         | 
| 366 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss
         | 
| 367 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss
         | 
| 368 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss
         | 
| 369 | 
            +
            - frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss
         | 
| 372 370 | 
             
            - frameworks/compass/templates/ellipsis/ellipsis.sass
         | 
| 373 371 | 
             
            - frameworks/compass/templates/ellipsis/manifest.rb
         | 
| 374 372 | 
             
            - frameworks/compass/templates/ellipsis/xml/ellipsis.xml
         | 
| @@ -521,7 +519,7 @@ files: | |
| 521 519 | 
             
            - test/test_case_helper.rb
         | 
| 522 520 | 
             
            - test/test_helper.rb
         | 
| 523 521 | 
             
            - test/test_rails_helper.rb
         | 
| 524 | 
            -
            has_rdoc:  | 
| 522 | 
            +
            has_rdoc: false
         | 
| 525 523 | 
             
            homepage: http://compass-style.org
         | 
| 526 524 | 
             
            licenses: []
         | 
| 527 525 |  |