chriseppstein-compass 0.6.9 → 0.6.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/frameworks/blueprint.rb +2 -0
  2. data/frameworks/blueprint/stylesheets/_blueprint.sass +3 -0
  3. data/frameworks/blueprint/stylesheets/blueprint/_ie.sass +51 -0
  4. data/frameworks/blueprint/stylesheets/blueprint/_print.sass +83 -0
  5. data/frameworks/blueprint/stylesheets/blueprint/_screen.sass +15 -0
  6. data/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass +84 -0
  7. data/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +33 -0
  8. data/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +9 -0
  9. data/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass +81 -0
  10. data/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass +43 -0
  11. data/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +168 -0
  12. data/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass +58 -0
  13. data/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass +44 -0
  14. data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +141 -0
  15. data/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass +104 -0
  16. data/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass +46 -0
  17. data/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +154 -0
  18. data/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass +37 -0
  19. data/frameworks/blueprint/templates/buttons/buttons.sass +49 -0
  20. data/frameworks/blueprint/templates/buttons/buttons/cross.png +0 -0
  21. data/frameworks/blueprint/templates/buttons/buttons/key.png +0 -0
  22. data/frameworks/blueprint/templates/buttons/buttons/tick.png +0 -0
  23. data/frameworks/blueprint/templates/buttons/manifest.rb +5 -0
  24. data/frameworks/blueprint/templates/link_icons/link_icons.sass +13 -0
  25. data/frameworks/blueprint/templates/link_icons/link_icons/doc.png +0 -0
  26. data/frameworks/blueprint/templates/link_icons/link_icons/email.png +0 -0
  27. data/frameworks/blueprint/templates/link_icons/link_icons/external.png +0 -0
  28. data/frameworks/blueprint/templates/link_icons/link_icons/feed.png +0 -0
  29. data/frameworks/blueprint/templates/link_icons/link_icons/im.png +0 -0
  30. data/frameworks/blueprint/templates/link_icons/link_icons/pdf.png +0 -0
  31. data/frameworks/blueprint/templates/link_icons/link_icons/visited.png +0 -0
  32. data/frameworks/blueprint/templates/link_icons/link_icons/xls.png +0 -0
  33. data/frameworks/blueprint/templates/link_icons/manifest.rb +10 -0
  34. data/frameworks/blueprint/templates/project/grid.png +0 -0
  35. data/frameworks/blueprint/templates/project/ie.sass +3 -0
  36. data/frameworks/blueprint/templates/project/manifest.rb +5 -0
  37. data/frameworks/blueprint/templates/project/print.sass +3 -0
  38. data/frameworks/blueprint/templates/project/screen.sass +8 -0
  39. data/frameworks/compass.rb +2 -0
  40. data/frameworks/compass/stylesheets/_compass.sass +1 -0
  41. data/frameworks/compass/stylesheets/compass/_layout.sass +1 -0
  42. data/frameworks/compass/stylesheets/compass/_misc.sass +24 -0
  43. data/frameworks/compass/stylesheets/compass/_reset.sass +3 -0
  44. data/frameworks/compass/stylesheets/compass/_utilities.sass +5 -0
  45. data/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass +17 -0
  46. data/frameworks/compass/stylesheets/compass/utilities/_general.sass +6 -0
  47. data/frameworks/compass/stylesheets/compass/utilities/_links.sass +3 -0
  48. data/frameworks/compass/stylesheets/compass/utilities/_lists.sass +3 -0
  49. data/frameworks/compass/stylesheets/compass/utilities/_print.sass +24 -0
  50. data/frameworks/compass/stylesheets/compass/utilities/_tables.sass +3 -0
  51. data/frameworks/compass/stylesheets/compass/utilities/_text.sass +2 -0
  52. data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass +24 -0
  53. data/frameworks/compass/stylesheets/compass/utilities/general/_float.sass +17 -0
  54. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass +6 -0
  55. data/frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass +6 -0
  56. data/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +56 -0
  57. data/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass +0 -0
  58. data/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass +19 -0
  59. data/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass +5 -0
  60. data/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass +24 -0
  61. data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass +5 -0
  62. data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass +21 -0
  63. data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +52 -0
  64. data/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass +29 -0
  65. data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +20 -0
  66. data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass +27 -0
  67. data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass +9 -0
  68. data/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass +3 -0
  69. data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass +10 -0
  70. data/frameworks/compass/templates/project/ie.sass +6 -0
  71. data/frameworks/compass/templates/project/manifest.rb +3 -0
  72. data/frameworks/compass/templates/project/print.sass +6 -0
  73. data/frameworks/compass/templates/project/screen.sass +7 -0
  74. data/frameworks/yui.rb +2 -0
  75. data/frameworks/yui/stylesheets/_yui.sass +7 -0
  76. data/frameworks/yui/stylesheets/yui/modules/_base.sass +60 -0
  77. data/frameworks/yui/stylesheets/yui/modules/_fonts.sass +38 -0
  78. data/frameworks/yui/stylesheets/yui/modules/_grids.sass +341 -0
  79. data/frameworks/yui/stylesheets/yui/modules/_reset.sass +61 -0
  80. data/frameworks/yui/templates/project/manifest.rb +1 -0
  81. data/frameworks/yui/templates/project/screen.sass +4 -0
  82. metadata +100 -7
  83. data/Rakefile +0 -97
  84. data/VERSION.yml +0 -4
@@ -0,0 +1,61 @@
1
+ /*
2
+ Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
+ Code licensed under the BSD License:
4
+ http://developer.yahoo.net/yui/license.txt
5
+ version: 3.0.0pr2
6
+
7
+ =reset
8
+ html
9
+ :color #000
10
+ :background #FFF
11
+
12
+ body, div, dl, dt, dd, ul, ol, li,
13
+ h1, h2, h3, h4, h5, h6, pre, code,
14
+ form, fieldset, legend,input,
15
+ textarea, p, blockquote, th, td
16
+ :margin 0
17
+ :padding 0
18
+
19
+ li
20
+ :list-style none
21
+
22
+ h1, h2, h3, h4, h5, h6
23
+ :font-size 100%
24
+ :font-weight normal
25
+
26
+ code, th, address, caption,
27
+ cite, dfn, em, strong, var
28
+ :font-style normal
29
+ :font-weight normal
30
+
31
+ fieldset, img, abbr, acronym
32
+ :border 0
33
+
34
+ legend
35
+ :color #000
36
+
37
+ input, textarea, select
38
+ :font-family inherit
39
+ :font-size inherit
40
+ :font-weight inherit
41
+ :*font-size 100%
42
+
43
+ th, caption
44
+ :text-align left
45
+
46
+ table
47
+ :border-collapse collapse
48
+ :border-spacing 0
49
+
50
+ q
51
+ &:before, &:after
52
+ :content ''
53
+
54
+ abbr, acronym
55
+ :font-variant normal
56
+
57
+ sup
58
+ :vertical-align text-top
59
+
60
+ sub
61
+ :vertical-align text-bottom
@@ -0,0 +1 @@
1
+ stylesheet 'screen.sass', :media => "screen, projection"
@@ -0,0 +1,4 @@
1
+ @import yui.sass
2
+ @import compass/reset.sass
3
+
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.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -33,8 +33,6 @@ extra_rdoc_files:
33
33
  files:
34
34
  - CHANGELOG.markdown
35
35
  - README.markdown
36
- - Rakefile
37
- - VERSION.yml
38
36
  - bin/compass
39
37
  - examples/blueprint_default/config.rb
40
38
  - examples/blueprint_default/images/grid.png
@@ -112,6 +110,87 @@ files:
112
110
  - examples/yui/templates.html.haml
113
111
  - examples/yui/test.jpg
114
112
  - examples/yui/typography.html.haml
113
+ - frameworks/blueprint.rb
114
+ - frameworks/blueprint/stylesheets/_blueprint.sass
115
+ - frameworks/blueprint/stylesheets/blueprint/_ie.sass
116
+ - frameworks/blueprint/stylesheets/blueprint/_print.sass
117
+ - frameworks/blueprint/stylesheets/blueprint/_screen.sass
118
+ - frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass
119
+ - frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass
120
+ - frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass
121
+ - frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass
122
+ - frameworks/blueprint/stylesheets/blueprint/modules/_form.sass
123
+ - frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass
124
+ - frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass
125
+ - frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
126
+ - frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass
127
+ - frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass
128
+ - frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass
129
+ - frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass
130
+ - frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass
131
+ - frameworks/blueprint/templates/buttons/buttons.sass
132
+ - frameworks/blueprint/templates/buttons/buttons/cross.png
133
+ - frameworks/blueprint/templates/buttons/buttons/key.png
134
+ - frameworks/blueprint/templates/buttons/buttons/tick.png
135
+ - frameworks/blueprint/templates/buttons/manifest.rb
136
+ - frameworks/blueprint/templates/link_icons/link_icons.sass
137
+ - frameworks/blueprint/templates/link_icons/link_icons/doc.png
138
+ - frameworks/blueprint/templates/link_icons/link_icons/email.png
139
+ - frameworks/blueprint/templates/link_icons/link_icons/external.png
140
+ - frameworks/blueprint/templates/link_icons/link_icons/feed.png
141
+ - frameworks/blueprint/templates/link_icons/link_icons/im.png
142
+ - frameworks/blueprint/templates/link_icons/link_icons/pdf.png
143
+ - frameworks/blueprint/templates/link_icons/link_icons/visited.png
144
+ - frameworks/blueprint/templates/link_icons/link_icons/xls.png
145
+ - frameworks/blueprint/templates/link_icons/manifest.rb
146
+ - frameworks/blueprint/templates/project/grid.png
147
+ - frameworks/blueprint/templates/project/ie.sass
148
+ - frameworks/blueprint/templates/project/manifest.rb
149
+ - frameworks/blueprint/templates/project/print.sass
150
+ - frameworks/blueprint/templates/project/screen.sass
151
+ - frameworks/compass.rb
152
+ - frameworks/compass/stylesheets/_compass.sass
153
+ - frameworks/compass/stylesheets/compass/_layout.sass
154
+ - frameworks/compass/stylesheets/compass/_misc.sass
155
+ - frameworks/compass/stylesheets/compass/_reset.sass
156
+ - frameworks/compass/stylesheets/compass/_utilities.sass
157
+ - frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
158
+ - frameworks/compass/stylesheets/compass/utilities/_general.sass
159
+ - frameworks/compass/stylesheets/compass/utilities/_links.sass
160
+ - frameworks/compass/stylesheets/compass/utilities/_lists.sass
161
+ - frameworks/compass/stylesheets/compass/utilities/_print.sass
162
+ - frameworks/compass/stylesheets/compass/utilities/_tables.sass
163
+ - frameworks/compass/stylesheets/compass/utilities/_text.sass
164
+ - frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass
165
+ - frameworks/compass/stylesheets/compass/utilities/general/_float.sass
166
+ - frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
167
+ - frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass
168
+ - frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
169
+ - frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
170
+ - frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass
171
+ - frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass
172
+ - frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass
173
+ - frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass
174
+ - frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
175
+ - frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass
176
+ - frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
177
+ - frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass
178
+ - frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass
179
+ - frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass
180
+ - frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass
181
+ - frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
182
+ - frameworks/compass/templates/project/ie.sass
183
+ - frameworks/compass/templates/project/manifest.rb
184
+ - frameworks/compass/templates/project/print.sass
185
+ - frameworks/compass/templates/project/screen.sass
186
+ - frameworks/yui.rb
187
+ - frameworks/yui/stylesheets/_yui.sass
188
+ - frameworks/yui/stylesheets/yui/modules/_base.sass
189
+ - frameworks/yui/stylesheets/yui/modules/_fonts.sass
190
+ - frameworks/yui/stylesheets/yui/modules/_grids.sass
191
+ - frameworks/yui/stylesheets/yui/modules/_reset.sass
192
+ - frameworks/yui/templates/project/manifest.rb
193
+ - frameworks/yui/templates/project/screen.sass
115
194
  - lib/compass.rb
116
195
  - lib/compass/actions.rb
117
196
  - lib/compass/commands/base.rb
@@ -210,11 +289,25 @@ test_files:
210
289
  - test/compass_test.rb
211
290
  - test/configuration_test.rb
212
291
  - test/fixtures/stylesheets/blueprint/config.rb
292
+ - test/fixtures/stylesheets/blueprint/css/typography.css
293
+ - test/fixtures/stylesheets/blueprint/sass/ie.sass
294
+ - test/fixtures/stylesheets/blueprint/sass/print.sass
295
+ - test/fixtures/stylesheets/blueprint/sass/screen.sass
296
+ - test/fixtures/stylesheets/blueprint/sass/typography.sass
213
297
  - test/fixtures/stylesheets/compass/config.rb
298
+ - test/fixtures/stylesheets/compass/css/layout.css
299
+ - test/fixtures/stylesheets/compass/css/print.css
300
+ - test/fixtures/stylesheets/compass/css/reset.css
301
+ - test/fixtures/stylesheets/compass/css/utilities.css
302
+ - test/fixtures/stylesheets/compass/sass/layout.sass
303
+ - test/fixtures/stylesheets/compass/sass/print.sass
304
+ - test/fixtures/stylesheets/compass/sass/reset.sass
305
+ - test/fixtures/stylesheets/compass/sass/utilities.sass
214
306
  - test/fixtures/stylesheets/yui/config.rb
307
+ - test/fixtures/stylesheets/yui/css/mixins.css
308
+ - test/fixtures/stylesheets/yui/sass/base.sass
309
+ - test/fixtures/stylesheets/yui/sass/fonts.sass
310
+ - test/fixtures/stylesheets/yui/sass/grids.sass
311
+ - test/fixtures/stylesheets/yui/sass/mixins.sass
215
312
  - test/sass_extensions_test.rb
216
313
  - test/test_helper.rb
217
- - examples/blueprint_default/config.rb
218
- - examples/blueprint_plugins/config.rb
219
- - examples/blueprint_semantic/config.rb
220
- - examples/compass/config.rb
data/Rakefile DELETED
@@ -1,97 +0,0 @@
1
- if ENV['RUN_CODE_RUN']
2
- # We need to checkout edge haml for the run>code>run test environment.
3
- if File.directory?("haml")
4
- Dir.chdir("haml") do
5
- sh "git", "pull"
6
- end
7
- else
8
- sh "git", "clone", "git://github.com/nex3/haml.git"
9
- end
10
- $LOAD_PATH.unshift "haml/lib"
11
- end
12
-
13
- require 'rubygems'
14
- require 'rake'
15
- require 'lib/compass'
16
-
17
- # ----- Default: Testing ------
18
-
19
- task :default => :run_tests
20
-
21
- require 'rake/testtask'
22
- require 'fileutils'
23
-
24
- Rake::TestTask.new :run_tests do |t|
25
- t.libs << 'lib'
26
- t.libs << 'haml/lib' if ENV["RUN_CODE_RUN"]
27
- test_files = FileList['test/**/*_test.rb']
28
- test_files.exclude('test/rails/*', 'test/haml/*')
29
- t.test_files = test_files
30
- t.verbose = true
31
- end
32
- Rake::Task[:test].send(:add_comment, <<END)
33
- To run with an alternate version of Rails, make test/rails a symlink to that version.
34
- To run with an alternate version of Haml & Sass, make test/haml a symlink to that version.
35
- END
36
-
37
- begin
38
- require 'jeweler'
39
- Jeweler::Tasks.new do |gemspec|
40
- gemspec.rubyforge_project = "compass"
41
- gemspec.name = "compass"
42
- gemspec.summary = "A Real Stylesheet Framework"
43
- gemspec.email = "chris@eppsteins.net"
44
- gemspec.homepage = "http://compass-style.org"
45
- gemspec.description = "Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS."
46
- gemspec.authors = ["Chris Eppstein"]
47
- gemspec.has_rdoc = false
48
- gemspec.add_dependency('haml-edge', '>= 2.1.12')
49
- end
50
- rescue LoadError
51
- puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
52
- end
53
-
54
-
55
- desc "Compile Examples into HTML and CSS"
56
- task :examples do
57
- linked_haml = "tests/haml"
58
- if File.exists?(linked_haml) && !$:.include?(linked_haml + '/lib')
59
- puts "[ using linked Haml ]"
60
- $:.unshift linked_haml + '/lib'
61
- end
62
- require 'haml'
63
- require 'sass'
64
- require 'pathname'
65
- require 'lib/compass'
66
- require 'lib/compass/exec'
67
- FileList['examples/*'].each do |example|
68
- puts "\nCompiling #{example}"
69
- puts "=" * "Compiling #{example}".length
70
- # compile any haml templates to html
71
- FileList["#{example}/*.haml"].each do |haml_file|
72
- basename = haml_file[0..-6]
73
- engine = Haml::Engine.new(open(haml_file).read, :filename => haml_file)
74
- puts " haml #{File.basename(basename)}"
75
- output = open(basename,'w')
76
- output.write(engine.render)
77
- output.close
78
- end
79
- Dir.chdir example do
80
- Compass::Exec::Compass.new(["--force"]).run!
81
- end
82
- end
83
- end
84
-
85
- namespace :git do
86
- desc "Perform normal operations required for pushing to github."
87
- task :push => [:manifest, :gem] do
88
- sh "git", "add", "Manifest", "compass.gemspec", "VERSION"
89
- sh "git", "commit", "-m", "Updated Manifest and gemspec."
90
- sh "git", "push", "origin", "master"
91
- end
92
- task :clean do
93
- sh "git", "clean", "-fdx"
94
- end
95
- end
96
-
97
- task :manifest => :"git:clean"
data/VERSION.yml DELETED
@@ -1,4 +0,0 @@
1
- ---
2
- :major: 0
3
- :patch: 9
4
- :minor: 6