compass 0.8.16
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +551 -0
- data/LICENSE.markdown +29 -0
- data/README.markdown +44 -0
- data/REVISION +1 -0
- data/Rakefile +127 -0
- data/VERSION.yml +4 -0
- data/bin/compass +8 -0
- data/deps.rip +1 -0
- data/examples/README.markdown +4 -0
- data/examples/blueprint_default/config.rb +7 -0
- data/examples/blueprint_default/images/grid.png +0 -0
- data/examples/blueprint_default/index.html.haml +85 -0
- data/examples/blueprint_default/parts/elements.html.haml +282 -0
- data/examples/blueprint_default/parts/forms.html.haml +190 -0
- data/examples/blueprint_default/parts/grid.html.haml +274 -0
- data/examples/blueprint_default/parts/test-small.jpg +0 -0
- data/examples/blueprint_default/parts/test.jpg +0 -0
- data/examples/blueprint_default/parts/valid.png +0 -0
- data/examples/blueprint_default/src/ie.sass +3 -0
- data/examples/blueprint_default/src/images/grid.png +0 -0
- data/examples/blueprint_default/src/print.sass +3 -0
- data/examples/blueprint_default/src/screen.sass +8 -0
- data/examples/blueprint_plugins/config.rb +8 -0
- data/examples/blueprint_plugins/images/buttons/cross.png +0 -0
- data/examples/blueprint_plugins/images/buttons/key.png +0 -0
- data/examples/blueprint_plugins/images/buttons/tick.png +0 -0
- data/examples/blueprint_plugins/images/grid.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/doc.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/email.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/external.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/feed.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/im.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/pdf.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/visited.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/xls.png +0 -0
- data/examples/blueprint_plugins/images/test-small.jpg +0 -0
- data/examples/blueprint_plugins/images/test.jpg +0 -0
- data/examples/blueprint_plugins/images/valid.png +0 -0
- data/examples/blueprint_plugins/index.html.haml +96 -0
- data/examples/blueprint_plugins/plugins/buttons.html.haml +67 -0
- data/examples/blueprint_plugins/plugins/fancy_type.html.haml +100 -0
- data/examples/blueprint_plugins/plugins/link_icons.html.haml +61 -0
- data/examples/blueprint_plugins/plugins/rtl.html.haml +100 -0
- data/examples/blueprint_plugins/src/buttons.sass +49 -0
- data/examples/blueprint_plugins/src/ie.sass +3 -0
- data/examples/blueprint_plugins/src/images/grid.png +0 -0
- data/examples/blueprint_plugins/src/link_icons.sass +13 -0
- data/examples/blueprint_plugins/src/print.sass +3 -0
- data/examples/blueprint_plugins/src/rtl_screen.sass +13 -0
- data/examples/blueprint_plugins/src/screen.sass +11 -0
- data/examples/blueprint_scoped/images/grid.png +0 -0
- data/examples/blueprint_scoped/src/ie.sass +3 -0
- data/examples/blueprint_scoped/src/print.sass +3 -0
- data/examples/blueprint_scoped/src/screen.sass +4 -0
- data/examples/blueprint_scoped_form/images/grid.png +0 -0
- data/examples/blueprint_scoped_form/src/ie.sass +3 -0
- data/examples/blueprint_scoped_form/src/print.sass +3 -0
- data/examples/blueprint_scoped_form/src/screen.sass +10 -0
- data/examples/blueprint_semantic/config.rb +7 -0
- data/examples/blueprint_semantic/images/grid.png +0 -0
- data/examples/blueprint_semantic/index.html.haml +86 -0
- data/examples/blueprint_semantic/parts/fancy_type.html.haml +100 -0
- data/examples/blueprint_semantic/parts/liquid.html.haml +100 -0
- data/examples/blueprint_semantic/parts/test-small.jpg +0 -0
- data/examples/blueprint_semantic/parts/test.jpg +0 -0
- data/examples/blueprint_semantic/parts/valid.png +0 -0
- data/examples/blueprint_semantic/src/ie.sass +3 -0
- data/examples/blueprint_semantic/src/images/grid.png +0 -0
- data/examples/blueprint_semantic/src/liquid.sass +70 -0
- data/examples/blueprint_semantic/src/print.sass +3 -0
- data/examples/blueprint_semantic/src/screen.sass +71 -0
- data/examples/compass/compass.html.haml +39 -0
- data/examples/compass/config.rb +7 -0
- data/examples/compass/images/blue_arrow.gif +0 -0
- data/examples/compass/src/compass.sass +47 -0
- data/examples/compass/src/images/blue_arrow.gif +0 -0
- data/examples/compass/src/sticky_footer.sass +11 -0
- data/examples/compass/src/utilities.sass +108 -0
- data/examples/compass/sticky_footer.html.haml +14 -0
- data/examples/compass/utilities.html.haml +189 -0
- data/examples/logo/logo.html.haml +40 -0
- data/examples/logo/src/ie.sass +6 -0
- data/examples/logo/src/print.sass +6 -0
- data/examples/logo/src/screen.sass +29 -0
- data/examples/yui/divisions.html.haml +179 -0
- data/examples/yui/index.html.haml +19 -0
- data/examples/yui/src/screen.sass +13 -0
- data/examples/yui/sub_divisions.html.haml +169 -0
- data/examples/yui/templates.html.haml +54 -0
- data/examples/yui/test.jpg +0 -0
- data/examples/yui/typography.html.haml +132 -0
- data/frameworks/blueprint.rb +2 -0
- data/frameworks/blueprint/stylesheets/_blueprint.sass +3 -0
- data/frameworks/blueprint/stylesheets/blueprint/_ie.sass +93 -0
- data/frameworks/blueprint/stylesheets/blueprint/_print.sass +83 -0
- data/frameworks/blueprint/stylesheets/blueprint/_reset.sass +3 -0
- data/frameworks/blueprint/stylesheets/blueprint/_screen.sass +15 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass +84 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +33 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +9 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass +82 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass +55 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +178 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass +58 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass +44 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +141 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass +56 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass +104 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass +47 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +155 -0
- data/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass +37 -0
- data/frameworks/blueprint/templates/buttons/buttons.sass +49 -0
- data/frameworks/blueprint/templates/buttons/buttons/cross.png +0 -0
- data/frameworks/blueprint/templates/buttons/buttons/key.png +0 -0
- data/frameworks/blueprint/templates/buttons/buttons/tick.png +0 -0
- data/frameworks/blueprint/templates/buttons/manifest.rb +5 -0
- data/frameworks/blueprint/templates/link_icons/link_icons.sass +13 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/doc.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/email.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/external.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/feed.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/im.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/pdf.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/visited.png +0 -0
- data/frameworks/blueprint/templates/link_icons/link_icons/xls.png +0 -0
- data/frameworks/blueprint/templates/link_icons/manifest.rb +10 -0
- data/frameworks/blueprint/templates/project/grid.png +0 -0
- data/frameworks/blueprint/templates/project/ie.sass +15 -0
- data/frameworks/blueprint/templates/project/manifest.rb +6 -0
- data/frameworks/blueprint/templates/project/partials/_base.sass +11 -0
- data/frameworks/blueprint/templates/project/print.sass +3 -0
- data/frameworks/blueprint/templates/project/screen.sass +40 -0
- data/frameworks/compass.rb +2 -0
- data/frameworks/compass/stylesheets/_compass.sass +1 -0
- data/frameworks/compass/stylesheets/compass/_layout.sass +1 -0
- data/frameworks/compass/stylesheets/compass/_misc.sass +24 -0
- data/frameworks/compass/stylesheets/compass/_reset.sass +3 -0
- data/frameworks/compass/stylesheets/compass/_utilities.sass +6 -0
- data/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass +17 -0
- data/frameworks/compass/stylesheets/compass/utilities/_general.sass +6 -0
- data/frameworks/compass/stylesheets/compass/utilities/_links.sass +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_lists.sass +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_print.sass +24 -0
- data/frameworks/compass/stylesheets/compass/utilities/_sprites.sass +1 -0
- data/frameworks/compass/stylesheets/compass/utilities/_tables.sass +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/_text.sass +2 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass +24 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_float.sass +17 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass +6 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass +6 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +134 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass +0 -0
- data/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass +19 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass +5 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass +24 -0
- data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass +5 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass +21 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +52 -0
- data/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass +29 -0
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass +12 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +20 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass +27 -0
- data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass +9 -0
- data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass +13 -0
- data/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass +3 -0
- data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass +17 -0
- data/frameworks/compass/templates/ellipsis/ellipsis.sass +6 -0
- data/frameworks/compass/templates/ellipsis/manifest.rb +2 -0
- data/frameworks/compass/templates/ellipsis/xml/ellipsis.xml +14 -0
- data/frameworks/compass/templates/project/ie.sass +6 -0
- data/frameworks/compass/templates/project/manifest.rb +3 -0
- data/frameworks/compass/templates/project/print.sass +6 -0
- data/frameworks/compass/templates/project/screen.sass +13 -0
- data/frameworks/yui.rb +2 -0
- data/frameworks/yui/stylesheets/_yui.sass +7 -0
- data/frameworks/yui/stylesheets/yui/modules/_base.sass +60 -0
- data/frameworks/yui/stylesheets/yui/modules/_fonts.sass +38 -0
- data/frameworks/yui/stylesheets/yui/modules/_grids.sass +341 -0
- data/frameworks/yui/stylesheets/yui/modules/_reset.sass +61 -0
- data/frameworks/yui/templates/project/manifest.rb +1 -0
- data/frameworks/yui/templates/project/screen.sass +4 -0
- data/lib/compass.rb +23 -0
- data/lib/compass/actions.rb +110 -0
- data/lib/compass/app_integration.rb +5 -0
- data/lib/compass/app_integration/merb.rb +43 -0
- data/lib/compass/app_integration/rails.rb +12 -0
- data/lib/compass/app_integration/rails/action_controller.rb +15 -0
- data/lib/compass/app_integration/rails/sass_plugin.rb +5 -0
- data/lib/compass/app_integration/rails/templates/compass-install-rails.rb +80 -0
- data/lib/compass/app_integration/rails/urls.rb +14 -0
- data/lib/compass/commands/base.rb +33 -0
- data/lib/compass/commands/create_project.rb +19 -0
- data/lib/compass/commands/generate_grid_background.rb +24 -0
- data/lib/compass/commands/installer_command.rb +31 -0
- data/lib/compass/commands/list_frameworks.rb +16 -0
- data/lib/compass/commands/print_version.rb +23 -0
- data/lib/compass/commands/project_base.rb +112 -0
- data/lib/compass/commands/stamp_pattern.rb +33 -0
- data/lib/compass/commands/update_project.rb +34 -0
- data/lib/compass/commands/validate_project.rb +21 -0
- data/lib/compass/commands/watch_project.rb +64 -0
- data/lib/compass/commands/write_configuration.rb +28 -0
- data/lib/compass/compiler.rb +54 -0
- data/lib/compass/configuration.rb +324 -0
- data/lib/compass/core_ext.rb +14 -0
- data/lib/compass/dependencies.rb +10 -0
- data/lib/compass/errors.rb +7 -0
- data/lib/compass/exec.rb +251 -0
- data/lib/compass/frameworks.rb +29 -0
- data/lib/compass/grid_builder.rb +72 -0
- data/lib/compass/installers.rb +5 -0
- data/lib/compass/installers/base.rb +158 -0
- data/lib/compass/installers/manifest.rb +58 -0
- data/lib/compass/installers/rails.rb +135 -0
- data/lib/compass/installers/stand_alone.rb +60 -0
- data/lib/compass/logger.rb +42 -0
- data/lib/compass/sass_extensions.rb +5 -0
- data/lib/compass/sass_extensions/functions.rb +19 -0
- data/lib/compass/sass_extensions/functions/display.rb +22 -0
- data/lib/compass/sass_extensions/functions/enumerate.rb +6 -0
- data/lib/compass/sass_extensions/functions/inline_image.rb +35 -0
- data/lib/compass/sass_extensions/functions/selectors.rb +39 -0
- data/lib/compass/sass_extensions/functions/urls.rb +105 -0
- data/lib/compass/sass_extensions/monkey_patches.rb +3 -0
- data/lib/compass/sass_extensions/monkey_patches/stylesheet_updating.rb +23 -0
- data/lib/compass/test_case.rb +38 -0
- data/lib/compass/validator.rb +10 -0
- data/lib/compass/version.rb +57 -0
- data/lib/vendor/fssm.rb +41 -0
- data/lib/vendor/fssm/backends/fsevents.rb +37 -0
- data/lib/vendor/fssm/backends/polling.rb +26 -0
- data/lib/vendor/fssm/cache.rb +193 -0
- data/lib/vendor/fssm/ext.rb +37 -0
- data/lib/vendor/fssm/fsevents.rb +129 -0
- data/lib/vendor/fssm/monitor.rb +25 -0
- data/lib/vendor/fssm/path.rb +91 -0
- data/lib/vendor/fssm/state.rb +54 -0
- data/lib/vendor/fssm/support.rb +22 -0
- data/lib/vendor/fssm/tree.rb +176 -0
- data/test/command_line_helper.rb +102 -0
- data/test/command_line_test.rb +66 -0
- data/test/compass_test.rb +141 -0
- data/test/configuration_test.rb +118 -0
- data/test/fixtures/stylesheets/blueprint/config.rb +9 -0
- data/test/fixtures/stylesheets/blueprint/css/typography.css +158 -0
- data/test/fixtures/stylesheets/blueprint/images/grid.png +0 -0
- data/test/fixtures/stylesheets/blueprint/sass/ie.sass +3 -0
- data/test/fixtures/stylesheets/blueprint/sass/print.sass +3 -0
- data/test/fixtures/stylesheets/blueprint/sass/screen.sass +17 -0
- data/test/fixtures/stylesheets/blueprint/sass/typography.sass +3 -0
- data/test/fixtures/stylesheets/compass/config.rb +9 -0
- data/test/fixtures/stylesheets/compass/css/layout.css +13 -0
- data/test/fixtures/stylesheets/compass/css/print.css +18 -0
- data/test/fixtures/stylesheets/compass/css/reset.css +60 -0
- data/test/fixtures/stylesheets/compass/css/utilities.css +17 -0
- data/test/fixtures/stylesheets/compass/sass/layout.sass +3 -0
- data/test/fixtures/stylesheets/compass/sass/print.sass +5 -0
- data/test/fixtures/stylesheets/compass/sass/reset.sass +10 -0
- data/test/fixtures/stylesheets/compass/sass/utilities.sass +6 -0
- data/test/fixtures/stylesheets/image_urls/config.rb +17 -0
- data/test/fixtures/stylesheets/image_urls/css/screen.css +3 -0
- data/test/fixtures/stylesheets/image_urls/images/grid.png +0 -0
- data/test/fixtures/stylesheets/image_urls/sass/screen.sass +6 -0
- data/test/fixtures/stylesheets/yui/config.rb +9 -0
- data/test/fixtures/stylesheets/yui/css/mixins.css +13 -0
- data/test/fixtures/stylesheets/yui/sass/base.sass +3 -0
- data/test/fixtures/stylesheets/yui/sass/fonts.sass +3 -0
- data/test/fixtures/stylesheets/yui/sass/grids.sass +3 -0
- data/test/fixtures/stylesheets/yui/sass/mixins.sass +16 -0
- data/test/rails_integration_test.rb +83 -0
- data/test/sass_extensions_test.rb +31 -0
- data/test/test_case_helper.rb +13 -0
- data/test/test_helper.rb +21 -0
- data/test/test_rails_helper.rb +20 -0
- metadata +372 -0
metadata
ADDED
@@ -0,0 +1,372 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: compass
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.8.16
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Chris Eppstein
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
|
12
|
+
date: 2009-09-12 00:00:00 +02:00
|
13
|
+
default_executable: compass
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: haml
|
17
|
+
type: :runtime
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 2.2.0
|
24
|
+
version:
|
25
|
+
description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
|
26
|
+
email: chris@eppsteins.net
|
27
|
+
executables:
|
28
|
+
- compass
|
29
|
+
extensions: []
|
30
|
+
|
31
|
+
extra_rdoc_files:
|
32
|
+
- LICENSE.markdown
|
33
|
+
- README.markdown
|
34
|
+
files:
|
35
|
+
- CHANGELOG.markdown
|
36
|
+
- LICENSE.markdown
|
37
|
+
- README.markdown
|
38
|
+
- REVISION
|
39
|
+
- Rakefile
|
40
|
+
- VERSION.yml
|
41
|
+
- bin/compass
|
42
|
+
- deps.rip
|
43
|
+
- examples/README.markdown
|
44
|
+
- examples/blueprint_default/config.rb
|
45
|
+
- examples/blueprint_default/images/grid.png
|
46
|
+
- examples/blueprint_default/index.html.haml
|
47
|
+
- examples/blueprint_default/parts/elements.html.haml
|
48
|
+
- examples/blueprint_default/parts/forms.html.haml
|
49
|
+
- examples/blueprint_default/parts/grid.html.haml
|
50
|
+
- examples/blueprint_default/parts/test-small.jpg
|
51
|
+
- examples/blueprint_default/parts/test.jpg
|
52
|
+
- examples/blueprint_default/parts/valid.png
|
53
|
+
- examples/blueprint_default/src/ie.sass
|
54
|
+
- examples/blueprint_default/src/images/grid.png
|
55
|
+
- examples/blueprint_default/src/print.sass
|
56
|
+
- examples/blueprint_default/src/screen.sass
|
57
|
+
- examples/blueprint_plugins/config.rb
|
58
|
+
- examples/blueprint_plugins/images/buttons/cross.png
|
59
|
+
- examples/blueprint_plugins/images/buttons/key.png
|
60
|
+
- examples/blueprint_plugins/images/buttons/tick.png
|
61
|
+
- examples/blueprint_plugins/images/grid.png
|
62
|
+
- examples/blueprint_plugins/images/link_icons/doc.png
|
63
|
+
- examples/blueprint_plugins/images/link_icons/email.png
|
64
|
+
- examples/blueprint_plugins/images/link_icons/external.png
|
65
|
+
- examples/blueprint_plugins/images/link_icons/feed.png
|
66
|
+
- examples/blueprint_plugins/images/link_icons/im.png
|
67
|
+
- examples/blueprint_plugins/images/link_icons/pdf.png
|
68
|
+
- examples/blueprint_plugins/images/link_icons/visited.png
|
69
|
+
- examples/blueprint_plugins/images/link_icons/xls.png
|
70
|
+
- examples/blueprint_plugins/images/test-small.jpg
|
71
|
+
- examples/blueprint_plugins/images/test.jpg
|
72
|
+
- examples/blueprint_plugins/images/valid.png
|
73
|
+
- examples/blueprint_plugins/index.html.haml
|
74
|
+
- examples/blueprint_plugins/plugins/buttons.html.haml
|
75
|
+
- examples/blueprint_plugins/plugins/fancy_type.html.haml
|
76
|
+
- examples/blueprint_plugins/plugins/link_icons.html.haml
|
77
|
+
- examples/blueprint_plugins/plugins/rtl.html.haml
|
78
|
+
- examples/blueprint_plugins/src/buttons.sass
|
79
|
+
- examples/blueprint_plugins/src/ie.sass
|
80
|
+
- examples/blueprint_plugins/src/images/grid.png
|
81
|
+
- examples/blueprint_plugins/src/link_icons.sass
|
82
|
+
- examples/blueprint_plugins/src/print.sass
|
83
|
+
- examples/blueprint_plugins/src/rtl_screen.sass
|
84
|
+
- examples/blueprint_plugins/src/screen.sass
|
85
|
+
- examples/blueprint_scoped/images/grid.png
|
86
|
+
- examples/blueprint_scoped/src/ie.sass
|
87
|
+
- examples/blueprint_scoped/src/print.sass
|
88
|
+
- examples/blueprint_scoped/src/screen.sass
|
89
|
+
- examples/blueprint_scoped_form/images/grid.png
|
90
|
+
- examples/blueprint_scoped_form/src/ie.sass
|
91
|
+
- examples/blueprint_scoped_form/src/print.sass
|
92
|
+
- examples/blueprint_scoped_form/src/screen.sass
|
93
|
+
- examples/blueprint_semantic/config.rb
|
94
|
+
- examples/blueprint_semantic/images/grid.png
|
95
|
+
- examples/blueprint_semantic/index.html.haml
|
96
|
+
- examples/blueprint_semantic/parts/fancy_type.html.haml
|
97
|
+
- examples/blueprint_semantic/parts/liquid.html.haml
|
98
|
+
- examples/blueprint_semantic/parts/test-small.jpg
|
99
|
+
- examples/blueprint_semantic/parts/test.jpg
|
100
|
+
- examples/blueprint_semantic/parts/valid.png
|
101
|
+
- examples/blueprint_semantic/src/ie.sass
|
102
|
+
- examples/blueprint_semantic/src/images/grid.png
|
103
|
+
- examples/blueprint_semantic/src/liquid.sass
|
104
|
+
- examples/blueprint_semantic/src/print.sass
|
105
|
+
- examples/blueprint_semantic/src/screen.sass
|
106
|
+
- examples/compass/compass.html.haml
|
107
|
+
- examples/compass/config.rb
|
108
|
+
- examples/compass/images/blue_arrow.gif
|
109
|
+
- examples/compass/src/compass.sass
|
110
|
+
- examples/compass/src/images/blue_arrow.gif
|
111
|
+
- examples/compass/src/sticky_footer.sass
|
112
|
+
- examples/compass/src/utilities.sass
|
113
|
+
- examples/compass/sticky_footer.html.haml
|
114
|
+
- examples/compass/utilities.html.haml
|
115
|
+
- examples/logo/logo.html.haml
|
116
|
+
- examples/logo/src/ie.sass
|
117
|
+
- examples/logo/src/print.sass
|
118
|
+
- examples/logo/src/screen.sass
|
119
|
+
- examples/yui/divisions.html.haml
|
120
|
+
- examples/yui/index.html.haml
|
121
|
+
- examples/yui/src/screen.sass
|
122
|
+
- examples/yui/sub_divisions.html.haml
|
123
|
+
- examples/yui/templates.html.haml
|
124
|
+
- examples/yui/test.jpg
|
125
|
+
- examples/yui/typography.html.haml
|
126
|
+
- frameworks/blueprint.rb
|
127
|
+
- frameworks/blueprint/stylesheets/_blueprint.sass
|
128
|
+
- frameworks/blueprint/stylesheets/blueprint/_ie.sass
|
129
|
+
- frameworks/blueprint/stylesheets/blueprint/_print.sass
|
130
|
+
- frameworks/blueprint/stylesheets/blueprint/_reset.sass
|
131
|
+
- frameworks/blueprint/stylesheets/blueprint/_screen.sass
|
132
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass
|
133
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass
|
134
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass
|
135
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass
|
136
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_form.sass
|
137
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass
|
138
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass
|
139
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
|
140
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass
|
141
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
|
142
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass
|
143
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass
|
144
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass
|
145
|
+
- frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass
|
146
|
+
- frameworks/blueprint/templates/buttons/buttons.sass
|
147
|
+
- frameworks/blueprint/templates/buttons/buttons/cross.png
|
148
|
+
- frameworks/blueprint/templates/buttons/buttons/key.png
|
149
|
+
- frameworks/blueprint/templates/buttons/buttons/tick.png
|
150
|
+
- frameworks/blueprint/templates/buttons/manifest.rb
|
151
|
+
- frameworks/blueprint/templates/link_icons/link_icons.sass
|
152
|
+
- frameworks/blueprint/templates/link_icons/link_icons/doc.png
|
153
|
+
- frameworks/blueprint/templates/link_icons/link_icons/email.png
|
154
|
+
- frameworks/blueprint/templates/link_icons/link_icons/external.png
|
155
|
+
- frameworks/blueprint/templates/link_icons/link_icons/feed.png
|
156
|
+
- frameworks/blueprint/templates/link_icons/link_icons/im.png
|
157
|
+
- frameworks/blueprint/templates/link_icons/link_icons/pdf.png
|
158
|
+
- frameworks/blueprint/templates/link_icons/link_icons/visited.png
|
159
|
+
- frameworks/blueprint/templates/link_icons/link_icons/xls.png
|
160
|
+
- frameworks/blueprint/templates/link_icons/manifest.rb
|
161
|
+
- frameworks/blueprint/templates/project/grid.png
|
162
|
+
- frameworks/blueprint/templates/project/ie.sass
|
163
|
+
- frameworks/blueprint/templates/project/manifest.rb
|
164
|
+
- frameworks/blueprint/templates/project/partials/_base.sass
|
165
|
+
- frameworks/blueprint/templates/project/print.sass
|
166
|
+
- frameworks/blueprint/templates/project/screen.sass
|
167
|
+
- frameworks/compass.rb
|
168
|
+
- frameworks/compass/stylesheets/_compass.sass
|
169
|
+
- frameworks/compass/stylesheets/compass/_layout.sass
|
170
|
+
- frameworks/compass/stylesheets/compass/_misc.sass
|
171
|
+
- frameworks/compass/stylesheets/compass/_reset.sass
|
172
|
+
- frameworks/compass/stylesheets/compass/_utilities.sass
|
173
|
+
- frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
|
174
|
+
- frameworks/compass/stylesheets/compass/utilities/_general.sass
|
175
|
+
- frameworks/compass/stylesheets/compass/utilities/_links.sass
|
176
|
+
- frameworks/compass/stylesheets/compass/utilities/_lists.sass
|
177
|
+
- frameworks/compass/stylesheets/compass/utilities/_print.sass
|
178
|
+
- frameworks/compass/stylesheets/compass/utilities/_sprites.sass
|
179
|
+
- frameworks/compass/stylesheets/compass/utilities/_tables.sass
|
180
|
+
- frameworks/compass/stylesheets/compass/utilities/_text.sass
|
181
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass
|
182
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_float.sass
|
183
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
|
184
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass
|
185
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
|
186
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
|
187
|
+
- frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass
|
188
|
+
- frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass
|
189
|
+
- frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass
|
190
|
+
- frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass
|
191
|
+
- frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
|
192
|
+
- frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass
|
193
|
+
- frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
|
194
|
+
- frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass
|
195
|
+
- frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass
|
196
|
+
- frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass
|
197
|
+
- frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass
|
198
|
+
- frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass
|
199
|
+
- frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass
|
200
|
+
- frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
|
201
|
+
- frameworks/compass/templates/ellipsis/ellipsis.sass
|
202
|
+
- frameworks/compass/templates/ellipsis/manifest.rb
|
203
|
+
- frameworks/compass/templates/ellipsis/xml/ellipsis.xml
|
204
|
+
- frameworks/compass/templates/project/ie.sass
|
205
|
+
- frameworks/compass/templates/project/manifest.rb
|
206
|
+
- frameworks/compass/templates/project/print.sass
|
207
|
+
- frameworks/compass/templates/project/screen.sass
|
208
|
+
- frameworks/yui.rb
|
209
|
+
- frameworks/yui/stylesheets/_yui.sass
|
210
|
+
- frameworks/yui/stylesheets/yui/modules/_base.sass
|
211
|
+
- frameworks/yui/stylesheets/yui/modules/_fonts.sass
|
212
|
+
- frameworks/yui/stylesheets/yui/modules/_grids.sass
|
213
|
+
- frameworks/yui/stylesheets/yui/modules/_reset.sass
|
214
|
+
- frameworks/yui/templates/project/manifest.rb
|
215
|
+
- frameworks/yui/templates/project/screen.sass
|
216
|
+
- lib/compass.rb
|
217
|
+
- lib/compass/actions.rb
|
218
|
+
- lib/compass/app_integration.rb
|
219
|
+
- lib/compass/app_integration/merb.rb
|
220
|
+
- lib/compass/app_integration/rails.rb
|
221
|
+
- lib/compass/app_integration/rails/action_controller.rb
|
222
|
+
- lib/compass/app_integration/rails/sass_plugin.rb
|
223
|
+
- lib/compass/app_integration/rails/templates/compass-install-rails.rb
|
224
|
+
- lib/compass/app_integration/rails/urls.rb
|
225
|
+
- lib/compass/commands/base.rb
|
226
|
+
- lib/compass/commands/create_project.rb
|
227
|
+
- lib/compass/commands/generate_grid_background.rb
|
228
|
+
- lib/compass/commands/installer_command.rb
|
229
|
+
- lib/compass/commands/list_frameworks.rb
|
230
|
+
- lib/compass/commands/print_version.rb
|
231
|
+
- lib/compass/commands/project_base.rb
|
232
|
+
- lib/compass/commands/stamp_pattern.rb
|
233
|
+
- lib/compass/commands/update_project.rb
|
234
|
+
- lib/compass/commands/validate_project.rb
|
235
|
+
- lib/compass/commands/watch_project.rb
|
236
|
+
- lib/compass/commands/write_configuration.rb
|
237
|
+
- lib/compass/compiler.rb
|
238
|
+
- lib/compass/configuration.rb
|
239
|
+
- lib/compass/core_ext.rb
|
240
|
+
- lib/compass/dependencies.rb
|
241
|
+
- lib/compass/errors.rb
|
242
|
+
- lib/compass/exec.rb
|
243
|
+
- lib/compass/frameworks.rb
|
244
|
+
- lib/compass/grid_builder.rb
|
245
|
+
- lib/compass/installers.rb
|
246
|
+
- lib/compass/installers/base.rb
|
247
|
+
- lib/compass/installers/manifest.rb
|
248
|
+
- lib/compass/installers/rails.rb
|
249
|
+
- lib/compass/installers/stand_alone.rb
|
250
|
+
- lib/compass/logger.rb
|
251
|
+
- lib/compass/sass_extensions.rb
|
252
|
+
- lib/compass/sass_extensions/functions.rb
|
253
|
+
- lib/compass/sass_extensions/functions/display.rb
|
254
|
+
- lib/compass/sass_extensions/functions/enumerate.rb
|
255
|
+
- lib/compass/sass_extensions/functions/inline_image.rb
|
256
|
+
- lib/compass/sass_extensions/functions/selectors.rb
|
257
|
+
- lib/compass/sass_extensions/functions/urls.rb
|
258
|
+
- lib/compass/sass_extensions/monkey_patches.rb
|
259
|
+
- lib/compass/sass_extensions/monkey_patches/stylesheet_updating.rb
|
260
|
+
- lib/compass/test_case.rb
|
261
|
+
- lib/compass/validator.rb
|
262
|
+
- lib/compass/version.rb
|
263
|
+
- lib/vendor/fssm.rb
|
264
|
+
- lib/vendor/fssm/backends/fsevents.rb
|
265
|
+
- lib/vendor/fssm/backends/polling.rb
|
266
|
+
- lib/vendor/fssm/cache.rb
|
267
|
+
- lib/vendor/fssm/ext.rb
|
268
|
+
- lib/vendor/fssm/fsevents.rb
|
269
|
+
- lib/vendor/fssm/monitor.rb
|
270
|
+
- lib/vendor/fssm/path.rb
|
271
|
+
- lib/vendor/fssm/state.rb
|
272
|
+
- lib/vendor/fssm/support.rb
|
273
|
+
- lib/vendor/fssm/tree.rb
|
274
|
+
- test/command_line_helper.rb
|
275
|
+
- test/command_line_test.rb
|
276
|
+
- test/compass_test.rb
|
277
|
+
- test/configuration_test.rb
|
278
|
+
- test/fixtures/stylesheets/blueprint/config.rb
|
279
|
+
- test/fixtures/stylesheets/blueprint/css/typography.css
|
280
|
+
- test/fixtures/stylesheets/blueprint/images/grid.png
|
281
|
+
- test/fixtures/stylesheets/blueprint/sass/ie.sass
|
282
|
+
- test/fixtures/stylesheets/blueprint/sass/print.sass
|
283
|
+
- test/fixtures/stylesheets/blueprint/sass/screen.sass
|
284
|
+
- test/fixtures/stylesheets/blueprint/sass/typography.sass
|
285
|
+
- test/fixtures/stylesheets/compass/config.rb
|
286
|
+
- test/fixtures/stylesheets/compass/css/layout.css
|
287
|
+
- test/fixtures/stylesheets/compass/css/print.css
|
288
|
+
- test/fixtures/stylesheets/compass/css/reset.css
|
289
|
+
- test/fixtures/stylesheets/compass/css/utilities.css
|
290
|
+
- test/fixtures/stylesheets/compass/sass/layout.sass
|
291
|
+
- test/fixtures/stylesheets/compass/sass/print.sass
|
292
|
+
- test/fixtures/stylesheets/compass/sass/reset.sass
|
293
|
+
- test/fixtures/stylesheets/compass/sass/utilities.sass
|
294
|
+
- test/fixtures/stylesheets/image_urls/config.rb
|
295
|
+
- test/fixtures/stylesheets/image_urls/css/screen.css
|
296
|
+
- test/fixtures/stylesheets/image_urls/images/grid.png
|
297
|
+
- test/fixtures/stylesheets/image_urls/sass/screen.sass
|
298
|
+
- test/fixtures/stylesheets/yui/config.rb
|
299
|
+
- test/fixtures/stylesheets/yui/css/mixins.css
|
300
|
+
- test/fixtures/stylesheets/yui/sass/base.sass
|
301
|
+
- test/fixtures/stylesheets/yui/sass/fonts.sass
|
302
|
+
- test/fixtures/stylesheets/yui/sass/grids.sass
|
303
|
+
- test/fixtures/stylesheets/yui/sass/mixins.sass
|
304
|
+
- test/rails_integration_test.rb
|
305
|
+
- test/sass_extensions_test.rb
|
306
|
+
- test/test_case_helper.rb
|
307
|
+
- test/test_helper.rb
|
308
|
+
- test/test_rails_helper.rb
|
309
|
+
has_rdoc: true
|
310
|
+
homepage: http://compass-style.org
|
311
|
+
licenses: []
|
312
|
+
|
313
|
+
post_install_message:
|
314
|
+
rdoc_options:
|
315
|
+
- --charset=UTF-8
|
316
|
+
require_paths:
|
317
|
+
- lib
|
318
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
319
|
+
requirements:
|
320
|
+
- - ">="
|
321
|
+
- !ruby/object:Gem::Version
|
322
|
+
version: "0"
|
323
|
+
version:
|
324
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
325
|
+
requirements:
|
326
|
+
- - ">="
|
327
|
+
- !ruby/object:Gem::Version
|
328
|
+
version: "0"
|
329
|
+
version:
|
330
|
+
requirements: []
|
331
|
+
|
332
|
+
rubyforge_project: compass
|
333
|
+
rubygems_version: 1.3.5
|
334
|
+
signing_key:
|
335
|
+
specification_version: 3
|
336
|
+
summary: A Real Stylesheet Framework
|
337
|
+
test_files:
|
338
|
+
- test/command_line_helper.rb
|
339
|
+
- test/command_line_test.rb
|
340
|
+
- test/compass_test.rb
|
341
|
+
- test/configuration_test.rb
|
342
|
+
- test/fixtures/stylesheets/blueprint/config.rb
|
343
|
+
- test/fixtures/stylesheets/blueprint/css/typography.css
|
344
|
+
- test/fixtures/stylesheets/blueprint/images/grid.png
|
345
|
+
- test/fixtures/stylesheets/blueprint/sass/ie.sass
|
346
|
+
- test/fixtures/stylesheets/blueprint/sass/print.sass
|
347
|
+
- test/fixtures/stylesheets/blueprint/sass/screen.sass
|
348
|
+
- test/fixtures/stylesheets/blueprint/sass/typography.sass
|
349
|
+
- test/fixtures/stylesheets/compass/config.rb
|
350
|
+
- test/fixtures/stylesheets/compass/css/layout.css
|
351
|
+
- test/fixtures/stylesheets/compass/css/print.css
|
352
|
+
- test/fixtures/stylesheets/compass/css/reset.css
|
353
|
+
- test/fixtures/stylesheets/compass/css/utilities.css
|
354
|
+
- test/fixtures/stylesheets/compass/sass/layout.sass
|
355
|
+
- test/fixtures/stylesheets/compass/sass/print.sass
|
356
|
+
- test/fixtures/stylesheets/compass/sass/reset.sass
|
357
|
+
- test/fixtures/stylesheets/compass/sass/utilities.sass
|
358
|
+
- test/fixtures/stylesheets/image_urls/config.rb
|
359
|
+
- test/fixtures/stylesheets/image_urls/css/screen.css
|
360
|
+
- test/fixtures/stylesheets/image_urls/images/grid.png
|
361
|
+
- test/fixtures/stylesheets/image_urls/sass/screen.sass
|
362
|
+
- test/fixtures/stylesheets/yui/config.rb
|
363
|
+
- test/fixtures/stylesheets/yui/css/mixins.css
|
364
|
+
- test/fixtures/stylesheets/yui/sass/base.sass
|
365
|
+
- test/fixtures/stylesheets/yui/sass/fonts.sass
|
366
|
+
- test/fixtures/stylesheets/yui/sass/grids.sass
|
367
|
+
- test/fixtures/stylesheets/yui/sass/mixins.sass
|
368
|
+
- test/rails_integration_test.rb
|
369
|
+
- test/sass_extensions_test.rb
|
370
|
+
- test/test_case_helper.rb
|
371
|
+
- test/test_helper.rb
|
372
|
+
- test/test_rails_helper.rb
|