compass 0.10.0.rc1 → 0.10.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (437) hide show
  1. data/CHANGELOG.markdown +23 -0
  2. data/Rakefile +13 -1
  3. data/VERSION.yml +1 -1
  4. data/examples/blueprint_default/src/ie.scss +3 -0
  5. data/examples/blueprint_default/src/print.scss +3 -0
  6. data/examples/blueprint_default/src/{screen.sass → screen.scss} +6 -5
  7. data/examples/blueprint_plugins/src/buttons.scss +47 -0
  8. data/examples/blueprint_plugins/src/ie.scss +3 -0
  9. data/examples/blueprint_plugins/src/{link_icons.sass → link_icons.scss} +7 -7
  10. data/examples/blueprint_plugins/src/print.scss +3 -0
  11. data/examples/blueprint_plugins/src/rtl_screen.scss +15 -0
  12. data/examples/blueprint_plugins/src/screen.scss +12 -0
  13. data/examples/blueprint_scoped/src/ie.scss +4 -0
  14. data/examples/blueprint_scoped/src/print.scss +4 -0
  15. data/examples/blueprint_scoped/src/screen.scss +5 -0
  16. data/examples/blueprint_scoped_form/src/ie.scss +3 -0
  17. data/examples/blueprint_scoped_form/src/print.scss +3 -0
  18. data/examples/blueprint_scoped_form/src/screen.scss +15 -0
  19. data/examples/blueprint_semantic/src/ie.scss +3 -0
  20. data/examples/blueprint_semantic/src/liquid.scss +69 -0
  21. data/examples/blueprint_semantic/src/print.scss +3 -0
  22. data/examples/blueprint_semantic/src/screen.scss +69 -0
  23. data/examples/compass/clean.rb +2 -0
  24. data/examples/compass/src/compass.scss +46 -0
  25. data/examples/compass/src/sticky_footer.scss +11 -0
  26. data/examples/compass/src/utilities.scss +108 -0
  27. data/examples/css3/src/_base.scss +13 -0
  28. data/examples/css3/src/fancy-fonts.scss +7 -0
  29. data/examples/css3/src/gradients.scss +77 -0
  30. data/examples/css3/src/main.scss +110 -0
  31. data/examples/logo/src/ie.scss +5 -0
  32. data/examples/logo/src/print.scss +3 -0
  33. data/examples/logo/src/screen.scss +28 -0
  34. data/examples/ninesixty/clean.rb +2 -0
  35. data/examples/ninesixty/config.rb +1 -0
  36. data/examples/ninesixty/src/grid.scss +15 -0
  37. data/examples/ninesixty/src/text.scss +8 -0
  38. data/examples/susy/clean.rb +2 -0
  39. data/examples/susy/config.rb +1 -0
  40. data/examples/susy/{extensions/susy/templates/project/_base.sass → src/_base.scss} +19 -20
  41. data/examples/susy/src/_defaults.scss +140 -0
  42. data/examples/susy/src/screen.scss +100 -0
  43. data/examples/yui/clean.rb +2 -0
  44. data/examples/yui/config.rb +1 -0
  45. data/examples/yui/src/screen.scss +13 -0
  46. data/features/command_line.feature +29 -26
  47. data/frameworks/_blueprint_deprecated_imports/stylesheets/_blueprint.sass +2 -0
  48. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_buttons.sass +2 -0
  49. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_colors.sass +2 -0
  50. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_debug.sass +2 -0
  51. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_fancy_type.sass +2 -0
  52. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_form.sass +2 -0
  53. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_grid.sass +2 -0
  54. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_ie.sass +2 -0
  55. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_interaction.sass +2 -0
  56. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_link_icons.sass +2 -0
  57. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_liquid.sass +2 -0
  58. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_print.sass +2 -0
  59. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_reset.sass +2 -0
  60. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_rtl.sass +2 -0
  61. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_scaffolding.sass +2 -0
  62. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_screen.sass +2 -0
  63. data/frameworks/{blueprint → _blueprint_deprecated_imports}/stylesheets/blueprint/_typography.sass +3 -3
  64. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/_utilities.sass +2 -0
  65. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_buttons.sass +2 -0
  66. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_colors.sass +2 -0
  67. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_debug.sass +2 -0
  68. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_fancy_type.sass +2 -0
  69. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_form.sass +2 -0
  70. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_grid.sass +2 -0
  71. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_interaction.sass +2 -0
  72. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_link_icons.sass +2 -0
  73. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_liquid.sass +2 -0
  74. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass +2 -0
  75. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_rtl.sass +2 -0
  76. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_scaffolding.sass +2 -0
  77. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_typography.sass +2 -0
  78. data/frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_utilities.sass +2 -0
  79. data/frameworks/_compass_deprecated_imports/stylesheets/_compass.sass +2 -0
  80. data/frameworks/_compass_deprecated_imports/stylesheets/compass/_css3.sass +2 -0
  81. data/frameworks/_compass_deprecated_imports/stylesheets/compass/_layout.sass +2 -0
  82. data/frameworks/_compass_deprecated_imports/stylesheets/compass/_misc.sass +2 -0
  83. data/frameworks/_compass_deprecated_imports/stylesheets/compass/_reset.sass +2 -0
  84. data/frameworks/_compass_deprecated_imports/stylesheets/compass/_utilities.sass +2 -0
  85. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_clip.sass +2 -0
  86. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_origin.sass +2 -0
  87. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_background_size.sass +2 -0
  88. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_border_radius.sass +2 -0
  89. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_shadow.sass +2 -0
  90. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_box_sizing.sass +2 -0
  91. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_columns.sass +2 -0
  92. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_font_face.sass +2 -0
  93. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_gradient.sass +2 -0
  94. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_inline_block.sass +2 -0
  95. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_opacity.sass +2 -0
  96. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_text_shadow.sass +2 -0
  97. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transform.sass +2 -0
  98. data/frameworks/_compass_deprecated_imports/stylesheets/compass/css3/_transition.sass +2 -0
  99. data/frameworks/_compass_deprecated_imports/stylesheets/compass/layout/_sticky_footer.sass +2 -0
  100. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_general.sass +2 -0
  101. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_links.sass +2 -0
  102. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_lists.sass +2 -0
  103. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_print.sass +2 -0
  104. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_sprites.sass +2 -0
  105. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_tables.sass +2 -0
  106. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/_text.sass +2 -0
  107. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_clearfix.sass +2 -0
  108. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_float.sass +2 -0
  109. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_hacks.sass +2 -0
  110. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_min.sass +2 -0
  111. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_reset.sass +2 -0
  112. data/frameworks/{compass → _compass_deprecated_imports}/stylesheets/compass/utilities/general/_tabs.sass +0 -0
  113. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/general/_tag_cloud.sass +2 -0
  114. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_hover_link.sass +2 -0
  115. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_link_colors.sass +2 -0
  116. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/links/_unstyled_link.sass +2 -0
  117. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_bullets.sass +2 -0
  118. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_horizontal_list.sass +2 -0
  119. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/lists/_inline_list.sass +2 -0
  120. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/sprites/_sprite_img.sass +2 -0
  121. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +2 -0
  122. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_borders.sass +2 -0
  123. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/tables/_scaffolding.sass +2 -0
  124. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_ellipsis.sass +2 -0
  125. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_nowrap.sass +2 -0
  126. data/frameworks/_compass_deprecated_imports/stylesheets/compass/utilities/text/_replacement.sass +2 -0
  127. data/frameworks/blueprint/stylesheets/_blueprint.scss +38 -0
  128. data/frameworks/blueprint/stylesheets/blueprint/_buttons.scss +89 -0
  129. data/frameworks/blueprint/stylesheets/blueprint/_colors.scss +51 -0
  130. data/frameworks/blueprint/stylesheets/blueprint/_debug.scss +8 -0
  131. data/frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss +80 -0
  132. data/frameworks/blueprint/stylesheets/blueprint/_form.scss +56 -0
  133. data/frameworks/blueprint/stylesheets/blueprint/_grid.scss +244 -0
  134. data/frameworks/blueprint/stylesheets/blueprint/_ie.scss +108 -0
  135. data/frameworks/blueprint/stylesheets/blueprint/_interaction.scss +57 -0
  136. data/frameworks/blueprint/stylesheets/blueprint/_link-icons.scss +44 -0
  137. data/frameworks/blueprint/stylesheets/blueprint/_liquid.scss +146 -0
  138. data/frameworks/blueprint/stylesheets/blueprint/_print.scss +85 -0
  139. data/frameworks/blueprint/stylesheets/blueprint/_reset.scss +58 -0
  140. data/frameworks/blueprint/stylesheets/blueprint/_rtl.scss +122 -0
  141. data/frameworks/blueprint/stylesheets/blueprint/{_scaffolding.sass → _scaffolding.scss} +27 -26
  142. data/frameworks/blueprint/stylesheets/blueprint/_typography.scss +164 -0
  143. data/frameworks/blueprint/stylesheets/blueprint/_utilities.scss +37 -0
  144. data/frameworks/blueprint/templates/basic/grid.png +0 -0
  145. data/frameworks/blueprint/templates/basic/ie.sass +4 -0
  146. data/frameworks/blueprint/templates/basic/manifest.rb +30 -0
  147. data/frameworks/blueprint/templates/basic/partials/_base.sass +10 -0
  148. data/frameworks/blueprint/templates/basic/print.sass +4 -0
  149. data/frameworks/blueprint/templates/basic/screen.sass +11 -0
  150. data/frameworks/blueprint/templates/buttons/buttons.sass +2 -2
  151. data/frameworks/blueprint/templates/link_icons/link_icons.sass +1 -1
  152. data/frameworks/blueprint/templates/project/ie.sass +1 -1
  153. data/frameworks/blueprint/templates/project/print.sass +1 -1
  154. data/frameworks/blueprint/templates/project/screen.sass +4 -4
  155. data/frameworks/blueprint/templates/semantic/grid.png +0 -0
  156. data/frameworks/blueprint/templates/semantic/ie.sass +16 -0
  157. data/frameworks/blueprint/templates/semantic/manifest.rb +33 -0
  158. data/frameworks/blueprint/templates/semantic/partials/_base.sass +11 -0
  159. data/frameworks/blueprint/templates/semantic/partials/_form.sass +6 -0
  160. data/frameworks/blueprint/templates/semantic/partials/_page.sass +18 -0
  161. data/frameworks/blueprint/templates/semantic/partials/_two_col.sass +38 -0
  162. data/frameworks/blueprint/templates/semantic/print.sass +8 -0
  163. data/frameworks/blueprint/templates/semantic/screen.sass +14 -0
  164. data/frameworks/compass/stylesheets/_compass.scss +2 -0
  165. data/frameworks/compass/stylesheets/compass/_css3.scss +14 -0
  166. data/frameworks/compass/stylesheets/compass/_layout.scss +1 -0
  167. data/frameworks/compass/stylesheets/compass/_misc.scss +21 -0
  168. data/frameworks/compass/stylesheets/compass/_reset.scss +3 -0
  169. data/frameworks/compass/stylesheets/compass/_utilities.scss +6 -0
  170. data/frameworks/compass/stylesheets/compass/css3/_background-clip.scss +24 -0
  171. data/frameworks/compass/stylesheets/compass/css3/_background-origin.scss +24 -0
  172. data/frameworks/compass/stylesheets/compass/css3/_background-size.scss +15 -0
  173. data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +58 -0
  174. data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +27 -0
  175. data/frameworks/compass/stylesheets/compass/css3/_box-sizing.scss +14 -0
  176. data/frameworks/compass/stylesheets/compass/css3/_columns.scss +50 -0
  177. data/frameworks/compass/stylesheets/compass/css3/_font-face.scss +32 -0
  178. data/frameworks/compass/stylesheets/compass/css3/_gradient.scss +57 -0
  179. data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +13 -0
  180. data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +19 -0
  181. data/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss +18 -0
  182. data/frameworks/compass/stylesheets/compass/css3/_transform.scss +64 -0
  183. data/frameworks/compass/stylesheets/compass/css3/_transition.scss +77 -0
  184. data/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss +23 -0
  185. data/frameworks/compass/stylesheets/compass/utilities/_general.scss +6 -0
  186. data/frameworks/compass/stylesheets/compass/utilities/_links.scss +3 -0
  187. data/frameworks/compass/stylesheets/compass/utilities/_lists.scss +3 -0
  188. data/frameworks/compass/stylesheets/compass/utilities/_print.scss +18 -0
  189. data/frameworks/compass/stylesheets/compass/utilities/_sprites.scss +1 -0
  190. data/frameworks/compass/stylesheets/compass/utilities/_tables.scss +3 -0
  191. data/frameworks/compass/stylesheets/compass/utilities/_text.scss +2 -0
  192. data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss +24 -0
  193. data/frameworks/compass/stylesheets/compass/utilities/general/{_float.sass → _float.scss} +9 -9
  194. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +13 -0
  195. data/frameworks/compass/stylesheets/compass/utilities/general/_min.scss +16 -0
  196. data/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss +122 -0
  197. data/frameworks/{blueprint/stylesheets/blueprint/docs/_colors.sass.html → compass/stylesheets/compass/utilities/general/_tabs.scss} +0 -0
  198. data/frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss +18 -0
  199. data/frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss +5 -0
  200. data/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss +22 -0
  201. data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss +7 -0
  202. data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss +22 -0
  203. data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss +55 -0
  204. data/frameworks/compass/stylesheets/compass/utilities/lists/{_inline_list.sass → _inline-list.scss} +17 -17
  205. data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss +54 -0
  206. data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss +20 -0
  207. data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss +27 -0
  208. data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss +9 -0
  209. data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss +12 -0
  210. data/frameworks/compass/stylesheets/compass/utilities/text/{_nowrap.sass → _nowrap.scss} +2 -2
  211. data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss +21 -0
  212. data/frameworks/compass/templates/ellipsis/ellipsis.sass +1 -1
  213. data/frameworks/compass/templates/project/screen.sass +1 -1
  214. data/lib/compass/commands/create_project.rb +4 -0
  215. data/lib/compass/commands/help.rb +1 -0
  216. data/lib/compass/commands/list_frameworks.rb +1 -1
  217. data/lib/compass/commands/stamp_pattern.rb +4 -0
  218. data/lib/compass/configuration.rb +2 -1
  219. data/lib/compass/configuration/defaults.rb +3 -0
  220. data/lib/compass/frameworks.rb +2 -1
  221. data/lib/compass/installers/base.rb +14 -1
  222. data/lib/compass/logger.rb +8 -7
  223. data/lib/compass/stats.rb +1 -1
  224. data/test/command_line_test.rb +9 -8
  225. data/test/fixtures/stylesheets/blueprint/css/typography.css +4 -4
  226. data/test/fixtures/stylesheets/blueprint/sass/ie.sass +1 -1
  227. data/test/fixtures/stylesheets/blueprint/sass/print.sass +1 -1
  228. data/test/fixtures/stylesheets/blueprint/sass/screen.sass +2 -1
  229. data/test/fixtures/stylesheets/blueprint/sass/typography.sass +1 -1
  230. data/test/fixtures/stylesheets/compass/css/gradients.css +4 -4
  231. data/test/fixtures/stylesheets/compass/css/reset.css +2 -2
  232. data/test/fixtures/stylesheets/compass/sass/gradients.sass +40 -23
  233. data/test/fixtures/stylesheets/compass/sass/image_size.sass +11 -8
  234. data/test/fixtures/stylesheets/compass/sass/layout.sass +2 -2
  235. data/test/fixtures/stylesheets/compass/sass/print.sass +2 -2
  236. data/test/fixtures/stylesheets/compass/sass/reset.sass +6 -4
  237. data/test/fixtures/stylesheets/compass/sass/utilities.sass +2 -1
  238. data/test/fixtures/stylesheets/image_urls/sass/screen.sass +2 -3
  239. data/test/fixtures/stylesheets/relative/sass/ie.sass +5 -6
  240. data/test/fixtures/stylesheets/relative/sass/print.sass +3 -6
  241. data/test/fixtures/stylesheets/relative/sass/screen.sass +1 -2
  242. data/test/rails_integration_test.rb +2 -2
  243. metadata +209 -211
  244. data/examples/blueprint_default/src/ie.sass +0 -3
  245. data/examples/blueprint_default/src/print.sass +0 -3
  246. data/examples/blueprint_plugins/src/buttons.sass +0 -49
  247. data/examples/blueprint_plugins/src/ie.sass +0 -3
  248. data/examples/blueprint_plugins/src/print.sass +0 -3
  249. data/examples/blueprint_plugins/src/rtl_screen.sass +0 -13
  250. data/examples/blueprint_plugins/src/screen.sass +0 -11
  251. data/examples/blueprint_scoped/src/ie.sass +0 -4
  252. data/examples/blueprint_scoped/src/print.sass +0 -4
  253. data/examples/blueprint_scoped/src/screen.sass +0 -5
  254. data/examples/blueprint_scoped_form/src/ie.sass +0 -3
  255. data/examples/blueprint_scoped_form/src/print.sass +0 -3
  256. data/examples/blueprint_scoped_form/src/screen.sass +0 -10
  257. data/examples/blueprint_semantic/src/ie.sass +0 -3
  258. data/examples/blueprint_semantic/src/liquid.sass +0 -69
  259. data/examples/blueprint_semantic/src/print.sass +0 -3
  260. data/examples/blueprint_semantic/src/screen.sass +0 -70
  261. data/examples/compass/extensions/yui/stylesheets/_yui.sass +0 -7
  262. data/examples/compass/extensions/yui/stylesheets/yui/modules/_base.sass +0 -70
  263. data/examples/compass/extensions/yui/stylesheets/yui/modules/_fonts.sass +0 -45
  264. data/examples/compass/extensions/yui/stylesheets/yui/modules/_grids.sass +0 -385
  265. data/examples/compass/extensions/yui/stylesheets/yui/modules/_reset.sass +0 -61
  266. data/examples/compass/extensions/yui/templates/project/manifest.rb +0 -1
  267. data/examples/compass/extensions/yui/templates/project/screen.sass +0 -4
  268. data/examples/compass/src/compass.sass +0 -47
  269. data/examples/compass/src/sticky_footer.sass +0 -11
  270. data/examples/compass/src/utilities.sass +0 -108
  271. data/examples/css3/src/_base.sass +0 -14
  272. data/examples/css3/src/fancy-fonts.sass +0 -7
  273. data/examples/css3/src/gradients.sass +0 -69
  274. data/examples/css3/src/main.sass +0 -108
  275. data/examples/logo/src/ie.sass +0 -6
  276. data/examples/logo/src/print.sass +0 -6
  277. data/examples/logo/src/screen.sass +0 -29
  278. data/examples/ninesixty/extensions/ninesixty/README.mkdn +0 -56
  279. data/examples/ninesixty/extensions/ninesixty/compass-960-plugin.gemspec +0 -36
  280. data/examples/ninesixty/extensions/ninesixty/lib/ninesixty.rb +0 -1
  281. data/examples/ninesixty/extensions/ninesixty/lib/ninesixty/compass_plugin.rb +0 -5
  282. data/examples/ninesixty/extensions/ninesixty/sass/960/_grid.sass +0 -64
  283. data/examples/ninesixty/extensions/ninesixty/sass/960/_text.sass +0 -59
  284. data/examples/ninesixty/extensions/ninesixty/templates/project/grid.sass +0 -34
  285. data/examples/ninesixty/extensions/ninesixty/templates/project/manifest.rb +0 -2
  286. data/examples/ninesixty/extensions/ninesixty/templates/project/text.sass +0 -10
  287. data/examples/ninesixty/src/grid.sass +0 -16
  288. data/examples/ninesixty/src/text.sass +0 -10
  289. data/examples/susy/extensions/susy/LICENSE.txt +0 -28
  290. data/examples/susy/extensions/susy/README.mkdn +0 -235
  291. data/examples/susy/extensions/susy/compass-susy-plugin.gemspec +0 -35
  292. data/examples/susy/extensions/susy/docs/tutorial/build.sh +0 -141
  293. data/examples/susy/extensions/susy/docs/tutorial/code/01_target/src/_defaults.sass +0 -100
  294. data/examples/susy/extensions/susy/docs/tutorial/code/01_target/src/screen.sass +0 -98
  295. data/examples/susy/extensions/susy/docs/tutorial/code/02_container/src/_defaults.sass +0 -147
  296. data/examples/susy/extensions/susy/docs/tutorial/code/02_container/src/screen.sass +0 -19
  297. data/examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/_defaults.sass +0 -147
  298. data/examples/susy/extensions/susy/docs/tutorial/code/03_structure/src/screen.sass +0 -48
  299. data/examples/susy/extensions/susy/docs/tutorial/code/_common/config.rb +0 -14
  300. data/examples/susy/extensions/susy/docs/tutorial/code/_common/images/grid.png +0 -0
  301. data/examples/susy/extensions/susy/docs/tutorial/code/_common/images/susy_logo.png +0 -0
  302. data/examples/susy/extensions/susy/docs/tutorial/code/_common/src/_base.sass +0 -63
  303. data/examples/susy/extensions/susy/docs/tutorial/code/_tools/Markdown.pl +0 -1450
  304. data/examples/susy/extensions/susy/docs/tutorial/code/site/src/_defaults.sass +0 -100
  305. data/examples/susy/extensions/susy/docs/tutorial/code/site/src/screen.sass +0 -91
  306. data/examples/susy/extensions/susy/docs/tutorial/figures/susy_element.png +0 -0
  307. data/examples/susy/extensions/susy/docs/tutorial/figures/susy_grid.png +0 -0
  308. data/examples/susy/extensions/susy/docs/tutorial/index.mkdn +0 -301
  309. data/examples/susy/extensions/susy/lib/susy.rb +0 -2
  310. data/examples/susy/extensions/susy/lib/susy/compass_plugin.rb +0 -5
  311. data/examples/susy/extensions/susy/lib/susy/sass_extensions.rb +0 -79
  312. data/examples/susy/extensions/susy/sass/susy/_grid.sass +0 -128
  313. data/examples/susy/extensions/susy/sass/susy/_reset.sass +0 -7
  314. data/examples/susy/extensions/susy/sass/susy/_susy.sass +0 -23
  315. data/examples/susy/extensions/susy/sass/susy/_text.sass +0 -15
  316. data/examples/susy/extensions/susy/sass/susy/_utils.sass +0 -81
  317. data/examples/susy/extensions/susy/templates/project/_defaults.sass +0 -147
  318. data/examples/susy/extensions/susy/templates/project/ie.sass +0 -9
  319. data/examples/susy/extensions/susy/templates/project/manifest.rb +0 -5
  320. data/examples/susy/extensions/susy/templates/project/print.sass +0 -7
  321. data/examples/susy/extensions/susy/templates/project/screen.sass +0 -44
  322. data/examples/susy/src/_base.sass +0 -62
  323. data/examples/susy/src/_defaults.sass +0 -148
  324. data/examples/susy/src/screen.sass +0 -114
  325. data/examples/yui/extensions/yui/stylesheets/_yui.sass +0 -7
  326. data/examples/yui/extensions/yui/stylesheets/yui/modules/_base.sass +0 -70
  327. data/examples/yui/extensions/yui/stylesheets/yui/modules/_fonts.sass +0 -45
  328. data/examples/yui/extensions/yui/stylesheets/yui/modules/_grids.sass +0 -385
  329. data/examples/yui/extensions/yui/stylesheets/yui/modules/_reset.sass +0 -61
  330. data/examples/yui/extensions/yui/templates/project/manifest.rb +0 -1
  331. data/examples/yui/extensions/yui/templates/project/screen.sass +0 -4
  332. data/examples/yui/src/screen.sass +0 -13
  333. data/frameworks/blueprint/stylesheets/_blueprint.sass +0 -31
  334. data/frameworks/blueprint/stylesheets/blueprint/_buttons.sass +0 -84
  335. data/frameworks/blueprint/stylesheets/blueprint/_colors.sass +0 -33
  336. data/frameworks/blueprint/stylesheets/blueprint/_debug.sass +0 -9
  337. data/frameworks/blueprint/stylesheets/blueprint/_fancy_type.sass +0 -82
  338. data/frameworks/blueprint/stylesheets/blueprint/_form.sass +0 -56
  339. data/frameworks/blueprint/stylesheets/blueprint/_grid.sass +0 -179
  340. data/frameworks/blueprint/stylesheets/blueprint/_ie.sass +0 -99
  341. data/frameworks/blueprint/stylesheets/blueprint/_interaction.sass +0 -58
  342. data/frameworks/blueprint/stylesheets/blueprint/_link_icons.sass +0 -44
  343. data/frameworks/blueprint/stylesheets/blueprint/_liquid.sass +0 -143
  344. data/frameworks/blueprint/stylesheets/blueprint/_print.sass +0 -87
  345. data/frameworks/blueprint/stylesheets/blueprint/_reset.sass +0 -58
  346. data/frameworks/blueprint/stylesheets/blueprint/_rtl.sass +0 -123
  347. data/frameworks/blueprint/stylesheets/blueprint/_screen.sass +0 -2
  348. data/frameworks/blueprint/stylesheets/blueprint/_utilities.sass +0 -37
  349. data/frameworks/blueprint/stylesheets/blueprint/docs/_buttons.sass.html +0 -26
  350. data/frameworks/blueprint/stylesheets/blueprint/docs/_debug.sass.html +0 -1
  351. data/frameworks/blueprint/stylesheets/blueprint/docs/_fancy_type.sass.html +0 -45
  352. data/frameworks/blueprint/stylesheets/blueprint/docs/_form.sass.html +0 -3
  353. data/frameworks/blueprint/stylesheets/blueprint/docs/_grid.sass.html +0 -46
  354. data/frameworks/blueprint/stylesheets/blueprint/docs/_ie.sass.html +0 -7
  355. data/frameworks/blueprint/stylesheets/blueprint/docs/_interaction.sass.html +0 -1
  356. data/frameworks/blueprint/stylesheets/blueprint/docs/_link_icons.sass.html +0 -1
  357. data/frameworks/blueprint/stylesheets/blueprint/docs/_liquid.sass.html +0 -7
  358. data/frameworks/blueprint/stylesheets/blueprint/docs/_print.sass.html +0 -7
  359. data/frameworks/blueprint/stylesheets/blueprint/docs/_reset.sass.html +0 -7
  360. data/frameworks/blueprint/stylesheets/blueprint/docs/_rtl.sass.html +0 -38
  361. data/frameworks/blueprint/stylesheets/blueprint/docs/_scaffolding.sass.html +0 -11
  362. data/frameworks/blueprint/stylesheets/blueprint/docs/_screen.sass.html +0 -1
  363. data/frameworks/blueprint/stylesheets/blueprint/docs/_typography.sass.html +0 -3
  364. data/frameworks/blueprint/stylesheets/blueprint/docs/_utilities.sass.html +0 -3
  365. data/frameworks/blueprint/stylesheets/blueprint/docs/index.html +0 -31
  366. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_buttons.sass.html +0 -1
  367. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_colors.sass.html +0 -1
  368. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_debug.sass.html +0 -1
  369. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_fancy_type.sass.html +0 -1
  370. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_form.sass.html +0 -1
  371. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_grid.sass.html +0 -1
  372. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_interaction.sass.html +0 -1
  373. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_link_icons.sass.html +0 -1
  374. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_liquid.sass.html +0 -1
  375. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_reset.sass.html +0 -1
  376. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_rtl.sass.html +0 -1
  377. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_scaffolding.sass.html +0 -1
  378. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_typography.sass.html +0 -1
  379. data/frameworks/blueprint/stylesheets/blueprint/docs/modules/_utilities.sass.html +0 -1
  380. data/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass +0 -2
  381. data/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +0 -2
  382. data/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +0 -2
  383. data/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass +0 -2
  384. data/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass +0 -2
  385. data/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +0 -2
  386. data/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass +0 -2
  387. data/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass +0 -2
  388. data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +0 -3
  389. data/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass +0 -2
  390. data/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass +0 -2
  391. data/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass +0 -2
  392. data/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +0 -2
  393. data/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass +0 -2
  394. data/frameworks/compass/stylesheets/_compass.sass +0 -2
  395. data/frameworks/compass/stylesheets/compass/_css3.sass +0 -14
  396. data/frameworks/compass/stylesheets/compass/_layout.sass +0 -1
  397. data/frameworks/compass/stylesheets/compass/_misc.sass +0 -24
  398. data/frameworks/compass/stylesheets/compass/_reset.sass +0 -3
  399. data/frameworks/compass/stylesheets/compass/_utilities.sass +0 -6
  400. data/frameworks/compass/stylesheets/compass/css3/_background_clip.sass +0 -16
  401. data/frameworks/compass/stylesheets/compass/css3/_background_origin.sass +0 -18
  402. data/frameworks/compass/stylesheets/compass/css3/_background_size.sass +0 -14
  403. data/frameworks/compass/stylesheets/compass/css3/_border_radius.sass +0 -47
  404. data/frameworks/compass/stylesheets/compass/css3/_box_shadow.sass +0 -20
  405. data/frameworks/compass/stylesheets/compass/css3/_box_sizing.sass +0 -13
  406. data/frameworks/compass/stylesheets/compass/css3/_columns.sass +0 -37
  407. data/frameworks/compass/stylesheets/compass/css3/_font_face.sass +0 -31
  408. data/frameworks/compass/stylesheets/compass/css3/_gradient.sass +0 -58
  409. data/frameworks/compass/stylesheets/compass/css3/_inline_block.sass +0 -7
  410. data/frameworks/compass/stylesheets/compass/css3/_opacity.sass +0 -18
  411. data/frameworks/compass/stylesheets/compass/css3/_text_shadow.sass +0 -15
  412. data/frameworks/compass/stylesheets/compass/css3/_transform.sass +0 -62
  413. data/frameworks/compass/stylesheets/compass/css3/_transition.sass +0 -57
  414. data/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass +0 -20
  415. data/frameworks/compass/stylesheets/compass/utilities/_general.sass +0 -5
  416. data/frameworks/compass/stylesheets/compass/utilities/_links.sass +0 -3
  417. data/frameworks/compass/stylesheets/compass/utilities/_lists.sass +0 -3
  418. data/frameworks/compass/stylesheets/compass/utilities/_print.sass +0 -18
  419. data/frameworks/compass/stylesheets/compass/utilities/_sprites.sass +0 -1
  420. data/frameworks/compass/stylesheets/compass/utilities/_tables.sass +0 -3
  421. data/frameworks/compass/stylesheets/compass/utilities/_text.sass +0 -2
  422. data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass +0 -24
  423. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass +0 -15
  424. data/frameworks/compass/stylesheets/compass/utilities/general/_min.sass +0 -17
  425. data/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +0 -134
  426. data/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass +0 -19
  427. data/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass +0 -5
  428. data/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass +0 -24
  429. data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass +0 -7
  430. data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass +0 -21
  431. data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +0 -56
  432. data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass +0 -52
  433. data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +0 -20
  434. data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass +0 -27
  435. data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass +0 -9
  436. data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass +0 -13
  437. data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass +0 -22
@@ -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 => :red,
11
- :warning => :yellow,
12
- :compile => :green,
10
+ :error => :red,
11
+ :warning => :yellow,
12
+ :compile => :green,
13
13
  :overwrite => :yellow,
14
- :create => :green,
15
- :remove => :yellow,
16
- :exists => :green,
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
 
@@ -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.rules.map{|r| r.split(/,/)}.flatten.compact.size
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)
@@ -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.sass")
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.sass"
33
- assert_action_performed :compile, "basic/src/screen.sass"
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.sass"), "src/screen.sass is missing. Found: #{Dir.glob("#{framework.name}_project/**/*").join(", ")}"
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.sass"
46
- assert_action_performed :compile, "#{framework.name}_project/src/screen.sass"
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.sass"
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.sass"
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: #666;
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 #666; }
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: #666; }
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: #eee; }
154
+ background: #eeeeee; }
155
155
 
156
156
  .quiet {
157
157
  color: #666666; }
@@ -1,3 +1,3 @@
1
1
  @import blueprint/ie
2
2
 
3
- +blueprint-ie
3
+ +blueprint-ie
@@ -1,3 +1,3 @@
1
1
  @import blueprint/print
2
2
 
3
- +blueprint-print
3
+ +blueprint-print
@@ -1,7 +1,8 @@
1
- @import blueprint.sass
1
+ @import blueprint
2
2
  @import compass/reset
3
3
 
4
4
  +blueprint
5
+
5
6
  #main.container
6
7
  #top
7
8
  +column(24, true)
@@ -1,3 +1,3 @@
1
- @import blueprint/typography.sass
1
+ @import blueprint/typography
2
2
 
3
3
  +blueprint-typography
@@ -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%, black), color-stop(100%, #aaaaaa));
43
- background-image: -moz-linear-gradient(top, #dddddd 40%, black 45%, #aaaaaa 50%); }
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%, rgba(255, 255, 255, 1)));
75
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(255, 127, 127, 0.5) 45%, rgba(255, 255, 255, 1) 50%); }
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%); }
@@ -21,8 +21,8 @@ table, caption, tbody, tfoot, thead, tr, th, td {
21
21
 
22
22
  body {
23
23
  line-height: 1;
24
- color: #000;
25
- background: #fff; }
24
+ color: black;
25
+ background: white; }
26
26
 
27
27
  ol, ul {
28
28
  list-style: none; }
@@ -1,51 +1,68 @@
1
- @import compass/css3.sass
1
+ @import compass/css3
2
2
 
3
3
  .linear-1
4
- +linear-gradient(color_stops(#ddd, #aaa))
4
+ +linear-gradient(color_stops(#dddddd, #aaaaaa))
5
+
5
6
  .linear-2
6
- +linear-gradient(color_stops(#ddd, #aaa), "left")
7
+ +linear-gradient(color_stops(#dddddd, #aaaaaa), left)
8
+
7
9
  .linear-3
8
- +linear-gradient(color_stops(#ddd, #aaa), "top left")
10
+ +linear-gradient(color_stops(#dddddd, #aaaaaa), unquote("top left"))
11
+
9
12
  .linear-4
10
- +linear-gradient(color_stops(#ddd, #aaa), "top right")
13
+ +linear-gradient(color_stops(#dddddd, #aaaaaa), unquote("top right"))
14
+
11
15
  .linear-5
12
- +linear-gradient(color_stops(#ddd, #ccc, #aaa))
16
+ +linear-gradient(color_stops(#dddddd, #cccccc, #aaaaaa))
17
+
13
18
  .linear-6
14
- +linear-gradient(color_stops(#ddd, #ccc 20%, #aaa))
19
+ +linear-gradient(color_stops(#dddddd, #cccccc 20%, #aaaaaa))
20
+
15
21
  .linear-7
16
- +linear-gradient(color_stops(#ddd, #ccc 20%, #eee, #aaa))
22
+ +linear-gradient(color_stops(#dddddd, #cccccc 20%, #eeeeee, #aaaaaa))
23
+
17
24
  .linear-8
18
- +linear-gradient(color_stops(#ddd 80%, #aaa))
25
+ +linear-gradient(color_stops(#dddddd 80%, #aaaaaa))
26
+
19
27
  .linear-9
20
- +linear-gradient(color_stops(#ddd, #aaa 20%))
28
+ +linear-gradient(color_stops(#dddddd, #aaaaaa 20%))
29
+
21
30
  .linear-10
22
- +linear-gradient(color_stops(#ddd 40%, #aaa 50%))
31
+ +linear-gradient(color_stops(#dddddd 40%, #aaaaaa 50%))
32
+
23
33
  .linear-11
24
- +linear-gradient(color_stops(#ddd 40%, #000, #aaa 50%))
34
+ +linear-gradient(color_stops(#dddddd 40%, black, #aaaaaa 50%))
35
+
25
36
  .radial-1
26
37
  // A default radial gradient:
27
- // A centered gradient having the shape of the container (aka ellipse)
28
- +radial-gradient(color_stops(#ddd, #aaa))
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(#ddd, #aaa))
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(#ddd, #aaa), "top center")
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(#ddd, #aaa))
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(#ddd, #aaa), "top center")
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
- // The color stops must be absolute units
44
- +radial-gradient(color_stops(#ddd 20px, #aaa 50px))
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
- // The color stops must be relative units
48
- +radial-gradient(color_stops(#ddd 20%, #aaa 50px))
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= image_width("100x150.png")
3
- height= image_height("100x150.png")
2
+ width: image_width(unquote("100x150.png"))
3
+ height: image_height(unquote("100x150.png"))
4
+
4
5
  .jpg
5
- width= image_width("100x150.jpg")
6
- height= image_height("100x150.jpg")
6
+ width: image_width(unquote("100x150.jpg"))
7
+ height: image_height(unquote("100x150.jpg"))
8
+
7
9
  .jpeg
8
- width= image_width("100x150.jpeg")
9
- height= image_height("100x150.jpeg")
10
+ width: image_width(unquote("100x150.jpeg"))
11
+ height: image_height(unquote("100x150.jpeg"))
12
+
10
13
  .gif
11
- width= image_width("100x150.gif")
12
- height= image_height("100x150.gif")
14
+ width: image_width(unquote("100x150.gif"))
15
+ height: image_height(unquote("100x150.gif"))
@@ -1,3 +1,3 @@
1
- @import compass/layout.sass
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,5 +1,5 @@
1
- @import compass/utilities/print.sass
1
+ @import compass/utilities/print
2
2
 
3
3
  +print-utilities
4
4
 
5
- +print-utilities("screen")
5
+ +print-utilities(screen)
@@ -1,10 +1,12 @@
1
- @import compass/reset.sass
1
+ @import compass/reset
2
2
 
3
3
  // Turn off the display for both of these classes
4
4
  .unregistered-only, .registered-only
5
- :display none
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,7 @@
1
- @import compass/utilities.sass
1
+ @import compass/utilities
2
2
 
3
3
  .clearfix
4
4
  +clearfix
5
+
5
6
  .pie-clearfix
6
7
  +pie-clearfix
@@ -1,6 +1,5 @@
1
1
  .showgrid
2
- background-image= image_url("grid.png")
2
+ background-image: image_url(unquote("grid.png"))
3
3
 
4
4
  .inlinegrid
5
- background-image= inline_image("grid.png")
6
-
5
+ background-image: inline_image(unquote("grid.png"))
@@ -1,6 +1,5 @@
1
- /*
2
- Welcome to Compass. Use this file to write IE specific override styles.
3
- Import this file using the following HTML or equivalent:
4
- <!--[if IE]>
5
- <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
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
- Welcome to Compass. Use this file to define print styles.
3
- Import this file using the following HTML or equivalent:
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" />
@@ -1,3 +1,2 @@
1
-
2
1
  test
3
- background= image_url("testing.png")
2
+ background: image_url(unquote("testing.png"))
@@ -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.sass"
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.sass"
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
- - rc1
10
- version: 0.10.0.rc1
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-03-06 00:00:00 -08:00
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
- - 2
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.sass
64
+ - examples/blueprint_default/src/ie.scss
63
65
  - examples/blueprint_default/src/images/grid.png
64
- - examples/blueprint_default/src/print.sass
65
- - examples/blueprint_default/src/screen.sass
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.sass
88
- - examples/blueprint_plugins/src/ie.sass
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.sass
91
- - examples/blueprint_plugins/src/print.sass
92
- - examples/blueprint_plugins/src/rtl_screen.sass
93
- - examples/blueprint_plugins/src/screen.sass
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.sass
96
- - examples/blueprint_scoped/src/print.sass
97
- - examples/blueprint_scoped/src/screen.sass
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.sass
100
- - examples/blueprint_scoped_form/src/print.sass
101
- - examples/blueprint_scoped_form/src/screen.sass
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.sass
112
+ - examples/blueprint_semantic/src/ie.scss
111
113
  - examples/blueprint_semantic/src/images/grid.png
112
- - examples/blueprint_semantic/src/liquid.sass
113
- - examples/blueprint_semantic/src/print.sass
114
- - examples/blueprint_semantic/src/screen.sass
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.sass
122
+ - examples/compass/src/compass.scss
127
123
  - examples/compass/src/images/blue_arrow.gif
128
- - examples/compass/src/sticky_footer.sass
129
- - examples/compass/src/utilities.sass
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.sass
162
- - examples/css3/src/fancy-fonts.sass
163
- - examples/css3/src/gradients.sass
164
- - examples/css3/src/main.sass
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.sass
170
- - examples/logo/src/print.sass
171
- - examples/logo/src/screen.sass
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/extensions/ninesixty/README.mkdn
175
- - examples/ninesixty/extensions/ninesixty/compass-960-plugin.gemspec
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/extensions/susy/LICENSE.txt
188
- - examples/susy/extensions/susy/README.mkdn
189
- - examples/susy/extensions/susy/compass-susy-plugin.gemspec
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.sass
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/blueprint/stylesheets/_blueprint.sass
240
- - frameworks/blueprint/stylesheets/blueprint/_buttons.sass
241
- - frameworks/blueprint/stylesheets/blueprint/_colors.sass
242
- - frameworks/blueprint/stylesheets/blueprint/_debug.sass
243
- - frameworks/blueprint/stylesheets/blueprint/_fancy_type.sass
244
- - frameworks/blueprint/stylesheets/blueprint/_form.sass
245
- - frameworks/blueprint/stylesheets/blueprint/_grid.sass
246
- - frameworks/blueprint/stylesheets/blueprint/_ie.sass
247
- - frameworks/blueprint/stylesheets/blueprint/_interaction.sass
248
- - frameworks/blueprint/stylesheets/blueprint/_link_icons.sass
249
- - frameworks/blueprint/stylesheets/blueprint/_liquid.sass
250
- - frameworks/blueprint/stylesheets/blueprint/_print.sass
251
- - frameworks/blueprint/stylesheets/blueprint/_reset.sass
252
- - frameworks/blueprint/stylesheets/blueprint/_rtl.sass
253
- - frameworks/blueprint/stylesheets/blueprint/_scaffolding.sass
254
- - frameworks/blueprint/stylesheets/blueprint/_screen.sass
255
- - frameworks/blueprint/stylesheets/blueprint/_typography.sass
256
- - frameworks/blueprint/stylesheets/blueprint/_utilities.sass
257
- - frameworks/blueprint/stylesheets/blueprint/docs/_buttons.sass.html
258
- - frameworks/blueprint/stylesheets/blueprint/docs/_colors.sass.html
259
- - frameworks/blueprint/stylesheets/blueprint/docs/_debug.sass.html
260
- - frameworks/blueprint/stylesheets/blueprint/docs/_fancy_type.sass.html
261
- - frameworks/blueprint/stylesheets/blueprint/docs/_form.sass.html
262
- - frameworks/blueprint/stylesheets/blueprint/docs/_grid.sass.html
263
- - frameworks/blueprint/stylesheets/blueprint/docs/_ie.sass.html
264
- - frameworks/blueprint/stylesheets/blueprint/docs/_interaction.sass.html
265
- - frameworks/blueprint/stylesheets/blueprint/docs/_link_icons.sass.html
266
- - frameworks/blueprint/stylesheets/blueprint/docs/_liquid.sass.html
267
- - frameworks/blueprint/stylesheets/blueprint/docs/_print.sass.html
268
- - frameworks/blueprint/stylesheets/blueprint/docs/_reset.sass.html
269
- - frameworks/blueprint/stylesheets/blueprint/docs/_rtl.sass.html
270
- - frameworks/blueprint/stylesheets/blueprint/docs/_scaffolding.sass.html
271
- - frameworks/blueprint/stylesheets/blueprint/docs/_screen.sass.html
272
- - frameworks/blueprint/stylesheets/blueprint/docs/_typography.sass.html
273
- - frameworks/blueprint/stylesheets/blueprint/docs/_utilities.sass.html
274
- - frameworks/blueprint/stylesheets/blueprint/docs/index.html
275
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_buttons.sass.html
276
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_colors.sass.html
277
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_debug.sass.html
278
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_fancy_type.sass.html
279
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_form.sass.html
280
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_grid.sass.html
281
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_interaction.sass.html
282
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_link_icons.sass.html
283
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_liquid.sass.html
284
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_reset.sass.html
285
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_rtl.sass.html
286
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_scaffolding.sass.html
287
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_typography.sass.html
288
- - frameworks/blueprint/stylesheets/blueprint/docs/modules/_utilities.sass.html
289
- - frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass
290
- - frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass
291
- - frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass
292
- - frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass
293
- - frameworks/blueprint/stylesheets/blueprint/modules/_form.sass
294
- - frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass
295
- - frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass
296
- - frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
297
- - frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass
298
- - frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass
299
- - frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass
300
- - frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass
301
- - frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass
302
- - frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass
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/compass/stylesheets/_compass.sass
325
- - frameworks/compass/stylesheets/compass/_css3.sass
326
- - frameworks/compass/stylesheets/compass/_layout.sass
327
- - frameworks/compass/stylesheets/compass/_misc.sass
328
- - frameworks/compass/stylesheets/compass/_reset.sass
329
- - frameworks/compass/stylesheets/compass/_utilities.sass
330
- - frameworks/compass/stylesheets/compass/css3/_background_clip.sass
331
- - frameworks/compass/stylesheets/compass/css3/_background_origin.sass
332
- - frameworks/compass/stylesheets/compass/css3/_background_size.sass
333
- - frameworks/compass/stylesheets/compass/css3/_border_radius.sass
334
- - frameworks/compass/stylesheets/compass/css3/_box_shadow.sass
335
- - frameworks/compass/stylesheets/compass/css3/_box_sizing.sass
336
- - frameworks/compass/stylesheets/compass/css3/_columns.sass
337
- - frameworks/compass/stylesheets/compass/css3/_font_face.sass
338
- - frameworks/compass/stylesheets/compass/css3/_gradient.sass
339
- - frameworks/compass/stylesheets/compass/css3/_inline_block.sass
340
- - frameworks/compass/stylesheets/compass/css3/_opacity.sass
341
- - frameworks/compass/stylesheets/compass/css3/_text_shadow.sass
342
- - frameworks/compass/stylesheets/compass/css3/_transform.sass
343
- - frameworks/compass/stylesheets/compass/css3/_transition.sass
344
- - frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass
345
- - frameworks/compass/stylesheets/compass/utilities/_general.sass
346
- - frameworks/compass/stylesheets/compass/utilities/_links.sass
347
- - frameworks/compass/stylesheets/compass/utilities/_lists.sass
348
- - frameworks/compass/stylesheets/compass/utilities/_print.sass
349
- - frameworks/compass/stylesheets/compass/utilities/_sprites.sass
350
- - frameworks/compass/stylesheets/compass/utilities/_tables.sass
351
- - frameworks/compass/stylesheets/compass/utilities/_text.sass
352
- - frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass
353
- - frameworks/compass/stylesheets/compass/utilities/general/_float.sass
354
- - frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass
355
- - frameworks/compass/stylesheets/compass/utilities/general/_min.sass
356
- - frameworks/compass/stylesheets/compass/utilities/general/_reset.sass
357
- - frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
358
- - frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass
359
- - frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass
360
- - frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass
361
- - frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass
362
- - frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass
363
- - frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass
364
- - frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass
365
- - frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass
366
- - frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass
367
- - frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass
368
- - frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass
369
- - frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass
370
- - frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass
371
- - frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass
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: true
522
+ has_rdoc: false
525
523
  homepage: http://compass-style.org
526
524
  licenses: []
527
525