chriseppstein-compass 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. data/Manifest +3 -1
  2. data/VERSION +1 -1
  3. data/compass.gemspec +3 -3
  4. data/examples/blueprint_default/stylesheets/ie.sass +1 -1
  5. data/examples/blueprint_default/stylesheets/print.sass +1 -1
  6. data/examples/blueprint_default/stylesheets/screen.sass +1 -1
  7. data/examples/blueprint_plugins/stylesheets/ie.sass +1 -1
  8. data/examples/blueprint_plugins/stylesheets/print.sass +1 -1
  9. data/examples/blueprint_plugins/stylesheets/screen.sass +1 -1
  10. data/examples/blueprint_scoped/stylesheets/ie.sass +1 -1
  11. data/examples/blueprint_scoped/stylesheets/print.sass +1 -1
  12. data/examples/blueprint_scoped/stylesheets/screen.sass +1 -1
  13. data/examples/blueprint_scoped_form/stylesheets/ie.sass +1 -1
  14. data/examples/blueprint_scoped_form/stylesheets/print.sass +1 -1
  15. data/examples/blueprint_scoped_form/stylesheets/screen.sass +1 -1
  16. data/examples/blueprint_semantic/stylesheets/ie.sass +1 -1
  17. data/examples/blueprint_semantic/stylesheets/liquid.sass +1 -1
  18. data/examples/blueprint_semantic/stylesheets/print.sass +1 -1
  19. data/examples/blueprint_semantic/stylesheets/screen.sass +1 -1
  20. data/examples/yui/stylesheets/screen.sass +1 -1
  21. data/frameworks/blueprint/stylesheets/_blueprint.sass +3 -0
  22. data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +1 -1
  23. data/frameworks/blueprint/templates/project/ie.sass +1 -1
  24. data/frameworks/blueprint/templates/project/print.sass +1 -1
  25. data/frameworks/blueprint/templates/project/screen.sass +1 -1
  26. data/frameworks/compass/stylesheets/_compass.sass +1 -0
  27. data/frameworks/compass/stylesheets/compass/_reset.sass +1 -17
  28. data/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +26 -0
  29. data/frameworks/yui/stylesheets/_yui.sass +7 -0
  30. data/frameworks/yui/templates/project/screen.sass +2 -3
  31. metadata +5 -3
  32. data/frameworks/yui/stylesheets/yui/_screen.sass +0 -7
data/Manifest CHANGED
@@ -51,6 +51,7 @@ examples/yui/test.jpg
51
51
  examples/yui/typography.html.haml
52
52
  frameworks/blueprint/lib/blueprint/constants.rb
53
53
  frameworks/blueprint/lib/blueprint/grid_builder.rb
54
+ frameworks/blueprint/stylesheets/_blueprint.sass
54
55
  frameworks/blueprint/stylesheets/blueprint/_ie.sass
55
56
  frameworks/blueprint/stylesheets/blueprint/_print.sass
56
57
  frameworks/blueprint/stylesheets/blueprint/_screen.sass
@@ -68,6 +69,7 @@ frameworks/blueprint/templates/project/grid.png
68
69
  frameworks/blueprint/templates/project/ie.sass
69
70
  frameworks/blueprint/templates/project/print.sass
70
71
  frameworks/blueprint/templates/project/screen.sass
72
+ frameworks/compass/stylesheets/_compass.sass
71
73
  frameworks/compass/stylesheets/compass/_reset.sass
72
74
  frameworks/compass/stylesheets/compass/_utilities.sass
73
75
  frameworks/compass/stylesheets/compass/utilities/_general.sass
@@ -95,7 +97,7 @@ frameworks/compass/templates/project/ie.sass
95
97
  frameworks/compass/templates/project/print.sass
96
98
  frameworks/compass/templates/project/screen.sass
97
99
  frameworks/yui/COPYRIGHT
98
- frameworks/yui/stylesheets/yui/_screen.sass
100
+ frameworks/yui/stylesheets/_yui.sass
99
101
  frameworks/yui/stylesheets/yui/modules/_base.sass
100
102
  frameworks/yui/stylesheets/yui/modules/_fonts.sass
101
103
  frameworks/yui/stylesheets/yui/modules/_grids.sass
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/compass.gemspec CHANGED
@@ -1,16 +1,16 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{compass}
3
- s.version = "0.3.1"
3
+ s.version = "0.3.2"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Chris Eppstein"]
7
- s.date = %q{2008-12-06}
7
+ s.date = %q{2008-12-08}
8
8
  s.default_executable = %q{compass}
9
9
  s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
10
10
  s.email = %q{chris@eppsteins.net}
11
11
  s.executables = ["compass"]
12
12
  s.extra_rdoc_files = ["bin/compass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "README.markdown"]
13
- s.files = ["bin/compass", "compass.gemspec", "examples/blueprint_default/index.html", "examples/blueprint_default/parts/elements.html", "examples/blueprint_default/parts/forms.html", "examples/blueprint_default/parts/grid.html", "examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/valid.png", "examples/blueprint_default/stylesheets/ie.sass", "examples/blueprint_default/stylesheets/images/grid.png", "examples/blueprint_default/stylesheets/print.sass", "examples/blueprint_default/stylesheets/screen.sass", "examples/blueprint_plugins/index.html", "examples/blueprint_plugins/parts/fancy_type.html", "examples/blueprint_plugins/parts/test-small.jpg", "examples/blueprint_plugins/parts/test.jpg", "examples/blueprint_plugins/parts/valid.png", "examples/blueprint_plugins/stylesheets/ie.sass", "examples/blueprint_plugins/stylesheets/images/grid.png", "examples/blueprint_plugins/stylesheets/print.sass", "examples/blueprint_plugins/stylesheets/screen.sass", "examples/blueprint_scoped/stylesheets/ie.sass", "examples/blueprint_scoped/stylesheets/print.sass", "examples/blueprint_scoped/stylesheets/screen.sass", "examples/blueprint_scoped_form/stylesheets/ie.sass", "examples/blueprint_scoped_form/stylesheets/print.sass", "examples/blueprint_scoped_form/stylesheets/screen.sass", "examples/blueprint_semantic/index.html", "examples/blueprint_semantic/parts/fancy_type.html", "examples/blueprint_semantic/parts/liquid.html", "examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/stylesheets/ie.sass", "examples/blueprint_semantic/stylesheets/images/grid.png", "examples/blueprint_semantic/stylesheets/liquid.sass", "examples/blueprint_semantic/stylesheets/print.sass", "examples/blueprint_semantic/stylesheets/screen.sass", "examples/compass/compass.html", "examples/compass/stylesheets/compass.sass", "examples/compass/stylesheets/images/blue_arrow.gif", "examples/compass/stylesheets/utilities.sass", "examples/compass/utilities.html.haml", "examples/yui/divisions.html.haml", "examples/yui/index.html.haml", "examples/yui/stylesheets/screen.sass", "examples/yui/sub_divisions.html.haml", "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", "frameworks/blueprint/lib/blueprint/constants.rb", "frameworks/blueprint/lib/blueprint/grid_builder.rb", "frameworks/blueprint/stylesheets/blueprint/_ie.sass", "frameworks/blueprint/stylesheets/blueprint/_print.sass", "frameworks/blueprint/stylesheets/blueprint/_screen.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "frameworks/blueprint/templates/project/grid.png", "frameworks/blueprint/templates/project/ie.sass", "frameworks/blueprint/templates/project/print.sass", "frameworks/blueprint/templates/project/screen.sass", "frameworks/compass/stylesheets/compass/_reset.sass", "frameworks/compass/stylesheets/compass/_utilities.sass", "frameworks/compass/stylesheets/compass/utilities/_general.sass", "frameworks/compass/stylesheets/compass/utilities/_links.sass", "frameworks/compass/stylesheets/compass/utilities/_lists.sass", "frameworks/compass/stylesheets/compass/utilities/_print.sass", "frameworks/compass/stylesheets/compass/utilities/_tables.sass", "frameworks/compass/stylesheets/compass/utilities/_text.sass", "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "frameworks/compass/templates/project/grid.png", "frameworks/compass/templates/project/ie.sass", "frameworks/compass/templates/project/print.sass", "frameworks/compass/templates/project/screen.sass", "frameworks/yui/COPYRIGHT", "frameworks/yui/stylesheets/yui/_screen.sass", "frameworks/yui/stylesheets/yui/modules/_base.sass", "frameworks/yui/stylesheets/yui/modules/_fonts.sass", "frameworks/yui/stylesheets/yui/modules/_grids.sass", "frameworks/yui/templates/project/screen.sass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "Manifest", "Rakefile", "README.markdown", "test/compass_test.rb", "test/fixtures/stylesheets/blueprint/css/typography.css", "test/fixtures/stylesheets/blueprint/sass/ie.sass", "test/fixtures/stylesheets/blueprint/sass/print.sass", "test/fixtures/stylesheets/blueprint/sass/screen.sass", "test/fixtures/stylesheets/blueprint/sass/typography.sass", "test/fixtures/stylesheets/yui/css/mixins.css", "test/fixtures/stylesheets/yui/sass/base.sass", "test/fixtures/stylesheets/yui/sass/fonts.sass", "test/fixtures/stylesheets/yui/sass/grids.sass", "test/fixtures/stylesheets/yui/sass/mixins.sass", "test/sass_extensions_test.rb", "test/test_helper.rb", "VERSION"]
13
+ s.files = ["bin/compass", "compass.gemspec", "examples/blueprint_default/index.html", "examples/blueprint_default/parts/elements.html", "examples/blueprint_default/parts/forms.html", "examples/blueprint_default/parts/grid.html", "examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/valid.png", "examples/blueprint_default/stylesheets/ie.sass", "examples/blueprint_default/stylesheets/images/grid.png", "examples/blueprint_default/stylesheets/print.sass", "examples/blueprint_default/stylesheets/screen.sass", "examples/blueprint_plugins/index.html", "examples/blueprint_plugins/parts/fancy_type.html", "examples/blueprint_plugins/parts/test-small.jpg", "examples/blueprint_plugins/parts/test.jpg", "examples/blueprint_plugins/parts/valid.png", "examples/blueprint_plugins/stylesheets/ie.sass", "examples/blueprint_plugins/stylesheets/images/grid.png", "examples/blueprint_plugins/stylesheets/print.sass", "examples/blueprint_plugins/stylesheets/screen.sass", "examples/blueprint_scoped/stylesheets/ie.sass", "examples/blueprint_scoped/stylesheets/print.sass", "examples/blueprint_scoped/stylesheets/screen.sass", "examples/blueprint_scoped_form/stylesheets/ie.sass", "examples/blueprint_scoped_form/stylesheets/print.sass", "examples/blueprint_scoped_form/stylesheets/screen.sass", "examples/blueprint_semantic/index.html", "examples/blueprint_semantic/parts/fancy_type.html", "examples/blueprint_semantic/parts/liquid.html", "examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/stylesheets/ie.sass", "examples/blueprint_semantic/stylesheets/images/grid.png", "examples/blueprint_semantic/stylesheets/liquid.sass", "examples/blueprint_semantic/stylesheets/print.sass", "examples/blueprint_semantic/stylesheets/screen.sass", "examples/compass/compass.html", "examples/compass/stylesheets/compass.sass", "examples/compass/stylesheets/images/blue_arrow.gif", "examples/compass/stylesheets/utilities.sass", "examples/compass/utilities.html.haml", "examples/yui/divisions.html.haml", "examples/yui/index.html.haml", "examples/yui/stylesheets/screen.sass", "examples/yui/sub_divisions.html.haml", "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", "frameworks/blueprint/lib/blueprint/constants.rb", "frameworks/blueprint/lib/blueprint/grid_builder.rb", "frameworks/blueprint/stylesheets/_blueprint.sass", "frameworks/blueprint/stylesheets/blueprint/_ie.sass", "frameworks/blueprint/stylesheets/blueprint/_print.sass", "frameworks/blueprint/stylesheets/blueprint/_screen.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "frameworks/blueprint/templates/project/grid.png", "frameworks/blueprint/templates/project/ie.sass", "frameworks/blueprint/templates/project/print.sass", "frameworks/blueprint/templates/project/screen.sass", "frameworks/compass/stylesheets/_compass.sass", "frameworks/compass/stylesheets/compass/_reset.sass", "frameworks/compass/stylesheets/compass/_utilities.sass", "frameworks/compass/stylesheets/compass/utilities/_general.sass", "frameworks/compass/stylesheets/compass/utilities/_links.sass", "frameworks/compass/stylesheets/compass/utilities/_lists.sass", "frameworks/compass/stylesheets/compass/utilities/_print.sass", "frameworks/compass/stylesheets/compass/utilities/_tables.sass", "frameworks/compass/stylesheets/compass/utilities/_text.sass", "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "frameworks/compass/templates/project/grid.png", "frameworks/compass/templates/project/ie.sass", "frameworks/compass/templates/project/print.sass", "frameworks/compass/templates/project/screen.sass", "frameworks/yui/COPYRIGHT", "frameworks/yui/stylesheets/_yui.sass", "frameworks/yui/stylesheets/yui/modules/_base.sass", "frameworks/yui/stylesheets/yui/modules/_fonts.sass", "frameworks/yui/stylesheets/yui/modules/_grids.sass", "frameworks/yui/templates/project/screen.sass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "Manifest", "Rakefile", "README.markdown", "test/compass_test.rb", "test/fixtures/stylesheets/blueprint/css/typography.css", "test/fixtures/stylesheets/blueprint/sass/ie.sass", "test/fixtures/stylesheets/blueprint/sass/print.sass", "test/fixtures/stylesheets/blueprint/sass/screen.sass", "test/fixtures/stylesheets/blueprint/sass/typography.sass", "test/fixtures/stylesheets/yui/css/mixins.css", "test/fixtures/stylesheets/yui/sass/base.sass", "test/fixtures/stylesheets/yui/sass/fonts.sass", "test/fixtures/stylesheets/yui/sass/grids.sass", "test/fixtures/stylesheets/yui/sass/mixins.sass", "test/sass_extensions_test.rb", "test/test_helper.rb", "VERSION"]
14
14
  s.homepage = %q{http://github.com/chriseppstein/compass}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass", "--main", "README.markdown"]
16
16
  s.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import blueprint/modules/scaffolding.sass
3
3
  @import compass/reset.sass
4
4
 
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import blueprint/modules/fancy_type.sass
3
3
  @import blueprint/modules/scaffolding.sass
4
4
  @import compass/reset.sass
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie("body.bp")
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print("body.bp")
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import compass/reset.sass
3
3
 
4
4
  +blueprint("body.bp")
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import compass/reset.sass
3
3
 
4
4
  +blueprint-grid
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import blueprint/modules/fancy_type.sass
3
3
  @import blueprint/modules/scaffolding.sass
4
4
  @import blueprint/modules/liquid.sass
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import blueprint/modules/fancy_type.sass
3
3
  @import blueprint/modules/scaffolding.sass
4
4
  @import compass/reset.sass
@@ -1,4 +1,4 @@
1
- @import yui/screen.sass
1
+ @import yui.sass
2
2
  @import compass/reset.sass
3
3
 
4
4
  +yui
@@ -0,0 +1,3 @@
1
+ @import blueprint/screen.sass
2
+ @import blueprint/print.sass
3
+ @import blueprint/ie.sass
@@ -27,7 +27,7 @@
27
27
  // -----
28
28
  // To use:
29
29
  // This module is a REPLACEMENT for the grid module. Simply import it:
30
- // @import blueprint/screen.sass
30
+ // @import blueprint.sass
31
31
  // @import blueprint/modules/liquid.sass
32
32
  // -------------------------------------------------------------------
33
33
 
@@ -1,3 +1,3 @@
1
- @import blueprint/ie.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-ie
@@ -1,3 +1,3 @@
1
- @import blueprint/print.sass
1
+ @import blueprint.sass
2
2
 
3
3
  +blueprint-print
@@ -1,4 +1,4 @@
1
- @import blueprint/screen.sass
1
+ @import blueprint.sass
2
2
  @import blueprint/modules/scaffolding.sass
3
3
  @import compass/reset.sass
4
4
 
@@ -0,0 +1 @@
1
+ @import compass/utilities.sass
@@ -1,19 +1,3 @@
1
1
  @import utilities/general/reset.sass
2
2
 
3
- // Global reset rules.
4
- // For more specific resets, use the reset mixins provided by
5
- // compass/utilities/general/reset
6
- html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
7
- pre, a, abbr, acronym, address, code, del, dfn, em, img,
8
- dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
9
- +reset
10
- body
11
- :line-height 1.5
12
- blockquote, q
13
- +reset-quotation
14
- th, td, caption
15
- +reset-table-cell
16
- table
17
- +reset-table
18
- a img
19
- :border none
3
+ =global-reset
@@ -1,3 +1,29 @@
1
+ // Global reset rules.
2
+ // For more specific resets, use the reset mixins provided below
3
+ =global-reset
4
+ html, body
5
+ +reset
6
+ +nested-reset
7
+
8
+ // Reset all elements within some selector scope.To reset the selector itself,
9
+ // mixin the appropriate reset mixin for that element type as well. This could be
10
+ // useful if you want to style a part of your page in a dramatically different way.
11
+ =nested-reset
12
+ div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
13
+ pre, a, abbr, acronym, address, code, del, dfn, em, img,
14
+ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
15
+ +reset
16
+ body
17
+ :line-height 1.5
18
+ blockquote, q
19
+ +reset-quotation
20
+ th, td, caption
21
+ +reset-table-cell
22
+ table
23
+ +reset-table
24
+ a img
25
+ :border none
26
+
1
27
  =reset-box-model
2
28
  :margin 0
3
29
  :padding 0
@@ -0,0 +1,7 @@
1
+ @import yui/modules/base.sass
2
+ @import yui/modules/fonts.sass
3
+ @import yui/modules/grids.sass
4
+ =yui
5
+ +yui-base
6
+ +yui-base-fonts
7
+ +yui-grids
@@ -1,5 +1,4 @@
1
- @import yui/screen.sass
1
+ @import yui.sass
2
2
  @import compass/reset.sass
3
3
 
4
- body
5
- +yui
4
+ +yui
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-06 00:00:00 -08:00
12
+ date: 2008-12-08 00:00:00 -08:00
13
13
  default_executable: compass
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -120,6 +120,7 @@ files:
120
120
  - examples/yui/typography.html.haml
121
121
  - frameworks/blueprint/lib/blueprint/constants.rb
122
122
  - frameworks/blueprint/lib/blueprint/grid_builder.rb
123
+ - frameworks/blueprint/stylesheets/_blueprint.sass
123
124
  - frameworks/blueprint/stylesheets/blueprint/_ie.sass
124
125
  - frameworks/blueprint/stylesheets/blueprint/_print.sass
125
126
  - frameworks/blueprint/stylesheets/blueprint/_screen.sass
@@ -137,6 +138,7 @@ files:
137
138
  - frameworks/blueprint/templates/project/ie.sass
138
139
  - frameworks/blueprint/templates/project/print.sass
139
140
  - frameworks/blueprint/templates/project/screen.sass
141
+ - frameworks/compass/stylesheets/_compass.sass
140
142
  - frameworks/compass/stylesheets/compass/_reset.sass
141
143
  - frameworks/compass/stylesheets/compass/_utilities.sass
142
144
  - frameworks/compass/stylesheets/compass/utilities/_general.sass
@@ -164,7 +166,7 @@ files:
164
166
  - frameworks/compass/templates/project/print.sass
165
167
  - frameworks/compass/templates/project/screen.sass
166
168
  - frameworks/yui/COPYRIGHT
167
- - frameworks/yui/stylesheets/yui/_screen.sass
169
+ - frameworks/yui/stylesheets/_yui.sass
168
170
  - frameworks/yui/stylesheets/yui/modules/_base.sass
169
171
  - frameworks/yui/stylesheets/yui/modules/_fonts.sass
170
172
  - frameworks/yui/stylesheets/yui/modules/_grids.sass
@@ -1,7 +0,0 @@
1
- @import modules/base.sass
2
- @import modules/fonts.sass
3
- @import modules/grids.sass
4
- =yui
5
- +yui-base
6
- +yui-base-fonts
7
- +yui-grids