compass 0.13.alpha.12 → 1.0.0.alpha.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (538) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +61 -89
  3. data/VERSION +1 -0
  4. data/features/command_line.feature +1 -1
  5. data/features/step_definitions/command_line_steps.rb +0 -2
  6. data/lib/compass.rb +21 -2
  7. data/lib/compass/commands.rb +2 -0
  8. data/lib/compass/commands/print_version.rb +1 -12
  9. data/lib/compass/compiler.rb +1 -0
  10. data/lib/compass/configuration/adapters.rb +3 -0
  11. data/lib/compass/configuration/comments.rb +4 -1
  12. data/lib/compass/configuration/helpers.rb +1 -58
  13. data/lib/compass/configuration/serialization.rb +3 -0
  14. data/lib/compass/errors.rb +1 -3
  15. data/lib/compass/frameworks.rb +26 -4
  16. data/lib/compass/sass_extensions.rb +0 -1
  17. data/lib/compass/sass_extensions/functions.rb +2 -26
  18. data/lib/compass/sass_extensions/functions/sprites.rb +23 -23
  19. data/lib/compass/sass_extensions/sprites/image.rb +24 -29
  20. data/lib/compass/sprite_importer/content.erb +1 -1
  21. data/lib/compass/util.rb +1 -1
  22. data/lib/compass/version.rb +18 -35
  23. data/test/fixtures/stylesheets/compass/css/fonts.css +2 -2
  24. data/test/fixtures/stylesheets/envtest/tmp/env.css +2 -2
  25. data/test/fixtures/stylesheets/valid/css/another_simple.css +4 -0
  26. data/test/fixtures/stylesheets/valid/css/simple.css +4 -0
  27. data/test/integrations/sprites_test.rb +86 -79
  28. data/test/test_helper.rb +7 -5
  29. data/test/units/caniuse_test.rb +4 -4
  30. data/test/units/command_line_test.rb +5 -4
  31. data/test/units/configuration_test.rb +35 -2
  32. data/test/units/sass_extensions_test.rb +2 -2
  33. data/test/units/sass_extenstions/gradients_test.rb +3 -3
  34. data/test/units/sprites/sprite_map_test.rb +5 -2
  35. metadata +21 -506
  36. data/README.markdown +0 -30
  37. data/VERSION.yml +0 -6
  38. data/data/caniuse.json +0 -1
  39. data/data/caniuse_extras/css-placeholder.json +0 -171
  40. data/examples/README.markdown +0 -4
  41. data/examples/blueprint_default/config.rb +0 -7
  42. data/examples/blueprint_default/images/grid.png +0 -0
  43. data/examples/blueprint_default/index.html.haml +0 -85
  44. data/examples/blueprint_default/parts/elements.html.haml +0 -282
  45. data/examples/blueprint_default/parts/forms.html.haml +0 -200
  46. data/examples/blueprint_default/parts/grid.html.haml +0 -274
  47. data/examples/blueprint_default/parts/test-small.jpg +0 -0
  48. data/examples/blueprint_default/parts/test.jpg +0 -0
  49. data/examples/blueprint_default/parts/valid.png +0 -0
  50. data/examples/blueprint_default/src/ie.scss +0 -3
  51. data/examples/blueprint_default/src/images/grid.png +0 -0
  52. data/examples/blueprint_default/src/print.scss +0 -3
  53. data/examples/blueprint_default/src/screen.scss +0 -9
  54. data/examples/blueprint_plugins/config.rb +0 -8
  55. data/examples/blueprint_plugins/images/buttons/cross.png +0 -0
  56. data/examples/blueprint_plugins/images/buttons/key.png +0 -0
  57. data/examples/blueprint_plugins/images/buttons/tick.png +0 -0
  58. data/examples/blueprint_plugins/images/grid.png +0 -0
  59. data/examples/blueprint_plugins/images/link_icons/doc.png +0 -0
  60. data/examples/blueprint_plugins/images/link_icons/email.png +0 -0
  61. data/examples/blueprint_plugins/images/link_icons/external.png +0 -0
  62. data/examples/blueprint_plugins/images/link_icons/feed.png +0 -0
  63. data/examples/blueprint_plugins/images/link_icons/im.png +0 -0
  64. data/examples/blueprint_plugins/images/link_icons/pdf.png +0 -0
  65. data/examples/blueprint_plugins/images/link_icons/visited.png +0 -0
  66. data/examples/blueprint_plugins/images/link_icons/xls.png +0 -0
  67. data/examples/blueprint_plugins/images/test-small.jpg +0 -0
  68. data/examples/blueprint_plugins/images/test.jpg +0 -0
  69. data/examples/blueprint_plugins/images/valid.png +0 -0
  70. data/examples/blueprint_plugins/index.html.haml +0 -96
  71. data/examples/blueprint_plugins/plugins/buttons.html.haml +0 -67
  72. data/examples/blueprint_plugins/plugins/fancy_type.html.haml +0 -100
  73. data/examples/blueprint_plugins/plugins/link_icons.html.haml +0 -61
  74. data/examples/blueprint_plugins/plugins/rtl.html.haml +0 -100
  75. data/examples/blueprint_plugins/src/buttons.scss +0 -47
  76. data/examples/blueprint_plugins/src/ie.scss +0 -3
  77. data/examples/blueprint_plugins/src/images/grid.png +0 -0
  78. data/examples/blueprint_plugins/src/link_icons.scss +0 -13
  79. data/examples/blueprint_plugins/src/print.scss +0 -3
  80. data/examples/blueprint_plugins/src/rtl_screen.scss +0 -15
  81. data/examples/blueprint_plugins/src/screen.scss +0 -12
  82. data/examples/blueprint_scoped/images/grid.png +0 -0
  83. data/examples/blueprint_scoped/src/ie.scss +0 -4
  84. data/examples/blueprint_scoped/src/print.scss +0 -4
  85. data/examples/blueprint_scoped/src/screen.scss +0 -5
  86. data/examples/blueprint_scoped_form/images/grid.png +0 -0
  87. data/examples/blueprint_scoped_form/src/ie.scss +0 -3
  88. data/examples/blueprint_scoped_form/src/print.scss +0 -3
  89. data/examples/blueprint_scoped_form/src/screen.scss +0 -15
  90. data/examples/blueprint_semantic/config.rb +0 -7
  91. data/examples/blueprint_semantic/images/grid.png +0 -0
  92. data/examples/blueprint_semantic/index.html.haml +0 -86
  93. data/examples/blueprint_semantic/parts/fancy_type.html.haml +0 -100
  94. data/examples/blueprint_semantic/parts/liquid.html.haml +0 -100
  95. data/examples/blueprint_semantic/parts/test-small.jpg +0 -0
  96. data/examples/blueprint_semantic/parts/test.jpg +0 -0
  97. data/examples/blueprint_semantic/parts/valid.png +0 -0
  98. data/examples/blueprint_semantic/src/ie.scss +0 -3
  99. data/examples/blueprint_semantic/src/images/grid.png +0 -0
  100. data/examples/blueprint_semantic/src/liquid.scss +0 -69
  101. data/examples/blueprint_semantic/src/print.scss +0 -3
  102. data/examples/blueprint_semantic/src/screen.scss +0 -69
  103. data/examples/compass/bootstrap.rb +0 -4
  104. data/examples/compass/clean.rb +0 -2
  105. data/examples/compass/compass.html.haml +0 -39
  106. data/examples/compass/config.rb +0 -8
  107. data/examples/compass/headers.txt +0 -7
  108. data/examples/compass/images/blue_arrow.gif +0 -0
  109. data/examples/compass/images/border2.png +0 -0
  110. data/examples/compass/images/emblem/favorite.png +0 -0
  111. data/examples/compass/images/emblem/important.png +0 -0
  112. data/examples/compass/images/emblem/photos.png +0 -0
  113. data/examples/compass/images/emblem/readonly.png +0 -0
  114. data/examples/compass/images/emblem/symbolic-link.png +0 -0
  115. data/examples/compass/images/emblem/system.png +0 -0
  116. data/examples/compass/images/emblem/unreadable.png +0 -0
  117. data/examples/compass/images/flag/ad.png +0 -0
  118. data/examples/compass/images/flag/ae.png +0 -0
  119. data/examples/compass/images/flag/af.png +0 -0
  120. data/examples/compass/images/flag/ag.png +0 -0
  121. data/examples/compass/images/flag/ai.png +0 -0
  122. data/examples/compass/images/flag/al.png +0 -0
  123. data/examples/compass/images/flag/am.png +0 -0
  124. data/examples/compass/images/flag/an.png +0 -0
  125. data/examples/compass/images/flag/ao.png +0 -0
  126. data/examples/compass/images/flag/ar.png +0 -0
  127. data/examples/compass/images/flag/as.png +0 -0
  128. data/examples/compass/images/flag/at.png +0 -0
  129. data/examples/compass/images/flag/au.png +0 -0
  130. data/examples/compass/images/flag/aw.png +0 -0
  131. data/examples/compass/images/flag/ax.png +0 -0
  132. data/examples/compass/images/flag/az.png +0 -0
  133. data/examples/compass/images/flag/ba.png +0 -0
  134. data/examples/compass/images/flag/bb.png +0 -0
  135. data/examples/compass/images/flag/bd.png +0 -0
  136. data/examples/compass/images/flag/be.png +0 -0
  137. data/examples/compass/images/flag/bf.png +0 -0
  138. data/examples/compass/images/flag/bg.png +0 -0
  139. data/examples/compass/images/flag/bh.png +0 -0
  140. data/examples/compass/images/flag/bi.png +0 -0
  141. data/examples/compass/images/flag/bj.png +0 -0
  142. data/examples/compass/images/flag/bm.png +0 -0
  143. data/examples/compass/images/flag/bn.png +0 -0
  144. data/examples/compass/images/flag/bo.png +0 -0
  145. data/examples/compass/images/flag/br.png +0 -0
  146. data/examples/compass/images/flag/bs.png +0 -0
  147. data/examples/compass/images/flag/bt.png +0 -0
  148. data/examples/compass/images/flag/bv.png +0 -0
  149. data/examples/compass/images/flag/bw.png +0 -0
  150. data/examples/compass/images/flag/by.png +0 -0
  151. data/examples/compass/images/flag/bz.png +0 -0
  152. data/examples/compass/images/flag/ca.png +0 -0
  153. data/examples/compass/images/flag/catalonia.png +0 -0
  154. data/examples/compass/images/flag/cc.png +0 -0
  155. data/examples/compass/images/flag/cd.png +0 -0
  156. data/examples/compass/images/flag/cf.png +0 -0
  157. data/examples/compass/images/flag/cg.png +0 -0
  158. data/examples/compass/images/flag/ch.png +0 -0
  159. data/examples/compass/images/flag/ci.png +0 -0
  160. data/examples/compass/images/flag/ck.png +0 -0
  161. data/examples/compass/images/flag/cl.png +0 -0
  162. data/examples/compass/images/flag/cm.png +0 -0
  163. data/examples/compass/images/flag/cn.png +0 -0
  164. data/examples/compass/images/flag/co.png +0 -0
  165. data/examples/compass/images/flag/cr.png +0 -0
  166. data/examples/compass/images/flag/cs.png +0 -0
  167. data/examples/compass/images/flag/cu.png +0 -0
  168. data/examples/compass/images/flag/cv.png +0 -0
  169. data/examples/compass/images/flag/cx.png +0 -0
  170. data/examples/compass/images/flag/cy.png +0 -0
  171. data/examples/compass/images/flag/cz.png +0 -0
  172. data/examples/compass/images/flag/de.png +0 -0
  173. data/examples/compass/images/flag/dj.png +0 -0
  174. data/examples/compass/images/flag/dk.png +0 -0
  175. data/examples/compass/images/flag/dm.png +0 -0
  176. data/examples/compass/images/flag/do.png +0 -0
  177. data/examples/compass/images/flag/dz.png +0 -0
  178. data/examples/compass/images/flag/ec.png +0 -0
  179. data/examples/compass/images/flag/ee.png +0 -0
  180. data/examples/compass/images/flag/eg.png +0 -0
  181. data/examples/compass/images/flag/eh.png +0 -0
  182. data/examples/compass/images/flag/england.png +0 -0
  183. data/examples/compass/images/flag/er.png +0 -0
  184. data/examples/compass/images/flag/es.png +0 -0
  185. data/examples/compass/images/flag/et.png +0 -0
  186. data/examples/compass/images/flag/europeanunion.png +0 -0
  187. data/examples/compass/images/flag/fam.png +0 -0
  188. data/examples/compass/images/flag/fi.png +0 -0
  189. data/examples/compass/images/flag/fj.png +0 -0
  190. data/examples/compass/images/flag/fk.png +0 -0
  191. data/examples/compass/images/flag/fm.png +0 -0
  192. data/examples/compass/images/flag/fo.png +0 -0
  193. data/examples/compass/images/flag/fr.png +0 -0
  194. data/examples/compass/images/flag/ga.png +0 -0
  195. data/examples/compass/images/flag/gb.png +0 -0
  196. data/examples/compass/images/flag/gd.png +0 -0
  197. data/examples/compass/images/flag/ge.png +0 -0
  198. data/examples/compass/images/flag/gf.png +0 -0
  199. data/examples/compass/images/flag/gh.png +0 -0
  200. data/examples/compass/images/flag/gi.png +0 -0
  201. data/examples/compass/images/flag/gl.png +0 -0
  202. data/examples/compass/images/flag/gm.png +0 -0
  203. data/examples/compass/images/flag/gn.png +0 -0
  204. data/examples/compass/images/flag/gp.png +0 -0
  205. data/examples/compass/images/flag/gq.png +0 -0
  206. data/examples/compass/images/flag/gr.png +0 -0
  207. data/examples/compass/images/flag/gs.png +0 -0
  208. data/examples/compass/images/flag/gt.png +0 -0
  209. data/examples/compass/images/flag/gu.png +0 -0
  210. data/examples/compass/images/flag/gw.png +0 -0
  211. data/examples/compass/images/flag/gy.png +0 -0
  212. data/examples/compass/images/flag/hk.png +0 -0
  213. data/examples/compass/images/flag/hm.png +0 -0
  214. data/examples/compass/images/flag/hn.png +0 -0
  215. data/examples/compass/images/flag/hr.png +0 -0
  216. data/examples/compass/images/flag/ht.png +0 -0
  217. data/examples/compass/images/flag/hu.png +0 -0
  218. data/examples/compass/images/flag/id-2.png +0 -0
  219. data/examples/compass/images/flag/ie.png +0 -0
  220. data/examples/compass/images/flag/il.png +0 -0
  221. data/examples/compass/images/flag/in.png +0 -0
  222. data/examples/compass/images/flag/io.png +0 -0
  223. data/examples/compass/images/flag/iq.png +0 -0
  224. data/examples/compass/images/flag/ir.png +0 -0
  225. data/examples/compass/images/flag/is.png +0 -0
  226. data/examples/compass/images/flag/it.png +0 -0
  227. data/examples/compass/images/flag/jm.png +0 -0
  228. data/examples/compass/images/flag/jo.png +0 -0
  229. data/examples/compass/images/flag/jp.png +0 -0
  230. data/examples/compass/images/flag/ke.png +0 -0
  231. data/examples/compass/images/flag/kg.png +0 -0
  232. data/examples/compass/images/flag/kh.png +0 -0
  233. data/examples/compass/images/flag/ki.png +0 -0
  234. data/examples/compass/images/flag/km.png +0 -0
  235. data/examples/compass/images/flag/kn.png +0 -0
  236. data/examples/compass/images/flag/kp.png +0 -0
  237. data/examples/compass/images/flag/kr.png +0 -0
  238. data/examples/compass/images/flag/kw.png +0 -0
  239. data/examples/compass/images/flag/ky.png +0 -0
  240. data/examples/compass/images/flag/kz.png +0 -0
  241. data/examples/compass/images/flag/la.png +0 -0
  242. data/examples/compass/images/flag/lb.png +0 -0
  243. data/examples/compass/images/flag/lc.png +0 -0
  244. data/examples/compass/images/flag/li.png +0 -0
  245. data/examples/compass/images/flag/lk.png +0 -0
  246. data/examples/compass/images/flag/lr.png +0 -0
  247. data/examples/compass/images/flag/ls.png +0 -0
  248. data/examples/compass/images/flag/lt.png +0 -0
  249. data/examples/compass/images/flag/lu.png +0 -0
  250. data/examples/compass/images/flag/lv.png +0 -0
  251. data/examples/compass/images/flag/ly.png +0 -0
  252. data/examples/compass/images/flag/ma.png +0 -0
  253. data/examples/compass/images/flag/mc.png +0 -0
  254. data/examples/compass/images/flag/md.png +0 -0
  255. data/examples/compass/images/flag/me.png +0 -0
  256. data/examples/compass/images/flag/mg.png +0 -0
  257. data/examples/compass/images/flag/mh.png +0 -0
  258. data/examples/compass/images/flag/mk.png +0 -0
  259. data/examples/compass/images/flag/ml.png +0 -0
  260. data/examples/compass/images/flag/mm.png +0 -0
  261. data/examples/compass/images/flag/mn.png +0 -0
  262. data/examples/compass/images/flag/mo.png +0 -0
  263. data/examples/compass/images/flag/mp.png +0 -0
  264. data/examples/compass/images/flag/mq.png +0 -0
  265. data/examples/compass/images/flag/mr.png +0 -0
  266. data/examples/compass/images/flag/ms.png +0 -0
  267. data/examples/compass/images/flag/mt.png +0 -0
  268. data/examples/compass/images/flag/mu.png +0 -0
  269. data/examples/compass/images/flag/mv.png +0 -0
  270. data/examples/compass/images/flag/mw.png +0 -0
  271. data/examples/compass/images/flag/mx.png +0 -0
  272. data/examples/compass/images/flag/my.png +0 -0
  273. data/examples/compass/images/flag/mz.png +0 -0
  274. data/examples/compass/images/flag/na.png +0 -0
  275. data/examples/compass/images/flag/nc.png +0 -0
  276. data/examples/compass/images/flag/ne.png +0 -0
  277. data/examples/compass/images/flag/nf.png +0 -0
  278. data/examples/compass/images/flag/ng.png +0 -0
  279. data/examples/compass/images/flag/ni.png +0 -0
  280. data/examples/compass/images/flag/nl.png +0 -0
  281. data/examples/compass/images/flag/no.png +0 -0
  282. data/examples/compass/images/flag/np.png +0 -0
  283. data/examples/compass/images/flag/nr.png +0 -0
  284. data/examples/compass/images/flag/nu.png +0 -0
  285. data/examples/compass/images/flag/nz.png +0 -0
  286. data/examples/compass/images/flag/om.png +0 -0
  287. data/examples/compass/images/flag/pa.png +0 -0
  288. data/examples/compass/images/flag/pe.png +0 -0
  289. data/examples/compass/images/flag/pf.png +0 -0
  290. data/examples/compass/images/flag/pg.png +0 -0
  291. data/examples/compass/images/flag/ph.png +0 -0
  292. data/examples/compass/images/flag/pk.png +0 -0
  293. data/examples/compass/images/flag/pl.png +0 -0
  294. data/examples/compass/images/flag/pm.png +0 -0
  295. data/examples/compass/images/flag/pn.png +0 -0
  296. data/examples/compass/images/flag/pr.png +0 -0
  297. data/examples/compass/images/flag/ps.png +0 -0
  298. data/examples/compass/images/flag/pt.png +0 -0
  299. data/examples/compass/images/flag/pw.png +0 -0
  300. data/examples/compass/images/flag/py.png +0 -0
  301. data/examples/compass/images/flag/qa.png +0 -0
  302. data/examples/compass/images/flag/re.png +0 -0
  303. data/examples/compass/images/flag/ro.png +0 -0
  304. data/examples/compass/images/flag/rs.png +0 -0
  305. data/examples/compass/images/flag/ru.png +0 -0
  306. data/examples/compass/images/flag/rw.png +0 -0
  307. data/examples/compass/images/flag/sa.png +0 -0
  308. data/examples/compass/images/flag/sb.png +0 -0
  309. data/examples/compass/images/flag/sc.png +0 -0
  310. data/examples/compass/images/flag/scotland.png +0 -0
  311. data/examples/compass/images/flag/sd.png +0 -0
  312. data/examples/compass/images/flag/se.png +0 -0
  313. data/examples/compass/images/flag/sg.png +0 -0
  314. data/examples/compass/images/flag/sh.png +0 -0
  315. data/examples/compass/images/flag/si.png +0 -0
  316. data/examples/compass/images/flag/sj.png +0 -0
  317. data/examples/compass/images/flag/sk.png +0 -0
  318. data/examples/compass/images/flag/sl.png +0 -0
  319. data/examples/compass/images/flag/sm.png +0 -0
  320. data/examples/compass/images/flag/sn.png +0 -0
  321. data/examples/compass/images/flag/so.png +0 -0
  322. data/examples/compass/images/flag/sr.png +0 -0
  323. data/examples/compass/images/flag/st.png +0 -0
  324. data/examples/compass/images/flag/sv.png +0 -0
  325. data/examples/compass/images/flag/sy.png +0 -0
  326. data/examples/compass/images/flag/sz.png +0 -0
  327. data/examples/compass/images/flag/tc.png +0 -0
  328. data/examples/compass/images/flag/td.png +0 -0
  329. data/examples/compass/images/flag/tf.png +0 -0
  330. data/examples/compass/images/flag/tg.png +0 -0
  331. data/examples/compass/images/flag/th.png +0 -0
  332. data/examples/compass/images/flag/tj.png +0 -0
  333. data/examples/compass/images/flag/tk.png +0 -0
  334. data/examples/compass/images/flag/tl.png +0 -0
  335. data/examples/compass/images/flag/tm.png +0 -0
  336. data/examples/compass/images/flag/tn.png +0 -0
  337. data/examples/compass/images/flag/to.png +0 -0
  338. data/examples/compass/images/flag/tr.png +0 -0
  339. data/examples/compass/images/flag/tt.png +0 -0
  340. data/examples/compass/images/flag/tv.png +0 -0
  341. data/examples/compass/images/flag/tw.png +0 -0
  342. data/examples/compass/images/flag/tz.png +0 -0
  343. data/examples/compass/images/flag/ua.png +0 -0
  344. data/examples/compass/images/flag/ug.png +0 -0
  345. data/examples/compass/images/flag/um.png +0 -0
  346. data/examples/compass/images/flag/us.png +0 -0
  347. data/examples/compass/images/flag/uy.png +0 -0
  348. data/examples/compass/images/flag/uz.png +0 -0
  349. data/examples/compass/images/flag/va.png +0 -0
  350. data/examples/compass/images/flag/vc.png +0 -0
  351. data/examples/compass/images/flag/ve.png +0 -0
  352. data/examples/compass/images/flag/vg.png +0 -0
  353. data/examples/compass/images/flag/vi.png +0 -0
  354. data/examples/compass/images/flag/vn.png +0 -0
  355. data/examples/compass/images/flag/vu.png +0 -0
  356. data/examples/compass/images/flag/wales.png +0 -0
  357. data/examples/compass/images/flag/wf.png +0 -0
  358. data/examples/compass/images/flag/ws.png +0 -0
  359. data/examples/compass/images/flag/ye.png +0 -0
  360. data/examples/compass/images/flag/yt.png +0 -0
  361. data/examples/compass/images/flag/za.png +0 -0
  362. data/examples/compass/images/flag/zm.png +0 -0
  363. data/examples/compass/images/flag/zw.png +0 -0
  364. data/examples/compass/images/icon-chrome.png +0 -0
  365. data/examples/compass/images/icon-firefox.png +0 -0
  366. data/examples/compass/images/icon-ie.png +0 -0
  367. data/examples/compass/images/icon-opera.png +0 -0
  368. data/examples/compass/images/icon-safari.png +0 -0
  369. data/examples/compass/pie.html.haml +0 -73
  370. data/examples/compass/sprites.html.haml +0 -37
  371. data/examples/compass/src/bp_layout.scss +0 -18
  372. data/examples/compass/src/compass.scss +0 -46
  373. data/examples/compass/src/images/blue_arrow.gif +0 -0
  374. data/examples/compass/src/sprites.scss +0 -25
  375. data/examples/compass/src/sticky_footer.scss +0 -11
  376. data/examples/compass/src/utilities.scss +0 -108
  377. data/examples/compass/sticky_footer.html.haml +0 -14
  378. data/examples/compass/utilities.html.haml +0 -189
  379. data/examples/css3/bootstrap.rb +0 -3
  380. data/examples/css3/clean.rb +0 -2
  381. data/examples/css3/config.rb +0 -6
  382. data/examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass +0 -10
  383. data/examples/css3/extensions/fancy-fonts/templates/project/manifest.rb +0 -6
  384. data/examples/css3/gradients.html.haml +0 -68
  385. data/examples/css3/images/button_bg.png +0 -0
  386. data/examples/css3/images/example.png +0 -0
  387. data/examples/css3/index.html.haml +0 -57
  388. data/examples/css3/src/_base.scss +0 -13
  389. data/examples/css3/src/fancy-fonts.scss +0 -13
  390. data/examples/css3/src/gradients.scss +0 -86
  391. data/examples/css3/src/main.scss +0 -108
  392. data/examples/downloader.rb +0 -58
  393. data/examples/ninesixty/bootstrap.rb +0 -4
  394. data/examples/ninesixty/clean.rb +0 -2
  395. data/examples/ninesixty/config.rb +0 -10
  396. data/examples/ninesixty/src/grid.scss +0 -15
  397. data/examples/ninesixty/src/text.scss +0 -8
  398. data/examples/susy/bootstrap.rb +0 -3
  399. data/examples/susy/clean.rb +0 -2
  400. data/examples/susy/config.rb +0 -10
  401. data/examples/susy/src/_base.scss +0 -61
  402. data/examples/susy/src/_defaults.scss +0 -140
  403. data/examples/susy/src/screen.scss +0 -100
  404. data/examples/yui/bootstrap.rb +0 -3
  405. data/examples/yui/clean.rb +0 -2
  406. data/examples/yui/config.rb +0 -1
  407. data/examples/yui/divisions.html.haml +0 -179
  408. data/examples/yui/index.html.haml +0 -19
  409. data/examples/yui/src/screen.scss +0 -13
  410. data/examples/yui/sub_divisions.html.haml +0 -169
  411. data/examples/yui/templates.html.haml +0 -54
  412. data/examples/yui/test.jpg +0 -0
  413. data/examples/yui/typography.html.haml +0 -132
  414. data/frameworks/compass/stylesheets/_compass.scss +0 -3
  415. data/frameworks/compass/stylesheets/_lemonade.scss +0 -38
  416. data/frameworks/compass/stylesheets/compass/_css3.scss +0 -21
  417. data/frameworks/compass/stylesheets/compass/_layout.scss +0 -3
  418. data/frameworks/compass/stylesheets/compass/_reset-legacy.scss +0 -3
  419. data/frameworks/compass/stylesheets/compass/_reset.scss +0 -3
  420. data/frameworks/compass/stylesheets/compass/_support.scss +0 -432
  421. data/frameworks/compass/stylesheets/compass/_typography.scss +0 -4
  422. data/frameworks/compass/stylesheets/compass/_utilities.scss +0 -9
  423. data/frameworks/compass/stylesheets/compass/css3/_animation.scss +0 -122
  424. data/frameworks/compass/stylesheets/compass/css3/_appearance.scss +0 -17
  425. data/frameworks/compass/stylesheets/compass/css3/_background-clip.scss +0 -35
  426. data/frameworks/compass/stylesheets/compass/css3/_background-origin.scss +0 -37
  427. data/frameworks/compass/stylesheets/compass/css3/_background-size.scss +0 -19
  428. data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +0 -107
  429. data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +0 -88
  430. data/frameworks/compass/stylesheets/compass/css3/_box-sizing.scss +0 -15
  431. data/frameworks/compass/stylesheets/compass/css3/_box.scss +0 -85
  432. data/frameworks/compass/stylesheets/compass/css3/_columns.scss +0 -210
  433. data/frameworks/compass/stylesheets/compass/css3/_deprecated-support.scss +0 -272
  434. data/frameworks/compass/stylesheets/compass/css3/_filter.scss +0 -50
  435. data/frameworks/compass/stylesheets/compass/css3/_flexbox.scss +0 -156
  436. data/frameworks/compass/stylesheets/compass/css3/_font-face.scss +0 -48
  437. data/frameworks/compass/stylesheets/compass/css3/_hyphenation.scss +0 -71
  438. data/frameworks/compass/stylesheets/compass/css3/_images.scss +0 -139
  439. data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +0 -31
  440. data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +0 -23
  441. data/frameworks/compass/stylesheets/compass/css3/_pie.scss +0 -1
  442. data/frameworks/compass/stylesheets/compass/css3/_regions.scss +0 -27
  443. data/frameworks/compass/stylesheets/compass/css3/_selection.scss +0 -59
  444. data/frameworks/compass/stylesheets/compass/css3/_shared.scss +0 -5
  445. data/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss +0 -82
  446. data/frameworks/compass/stylesheets/compass/css3/_transform.scss +0 -590
  447. data/frameworks/compass/stylesheets/compass/css3/_transition.scss +0 -171
  448. data/frameworks/compass/stylesheets/compass/css3/_user-interface.scss +0 -71
  449. data/frameworks/compass/stylesheets/compass/layout/_grid-background.scss +0 -178
  450. data/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss +0 -23
  451. data/frameworks/compass/stylesheets/compass/layout/_stretching.scss +0 -24
  452. data/frameworks/compass/stylesheets/compass/reset/_utilities-legacy.scss +0 -135
  453. data/frameworks/compass/stylesheets/compass/reset/_utilities.scss +0 -142
  454. data/frameworks/compass/stylesheets/compass/typography/_links.scss +0 -3
  455. data/frameworks/compass/stylesheets/compass/typography/_lists.scss +0 -4
  456. data/frameworks/compass/stylesheets/compass/typography/_text.scss +0 -4
  457. data/frameworks/compass/stylesheets/compass/typography/_units.scss +0 -152
  458. data/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss +0 -300
  459. data/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss +0 -5
  460. data/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss +0 -28
  461. data/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss +0 -7
  462. data/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss +0 -34
  463. data/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss +0 -63
  464. data/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss +0 -50
  465. data/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss +0 -47
  466. data/frameworks/compass/stylesheets/compass/typography/text/_ellipsis.scss +0 -25
  467. data/frameworks/compass/stylesheets/compass/typography/text/_force-wrap.scss +0 -12
  468. data/frameworks/compass/stylesheets/compass/typography/text/_nowrap.scss +0 -2
  469. data/frameworks/compass/stylesheets/compass/typography/text/_replacement.scss +0 -68
  470. data/frameworks/compass/stylesheets/compass/utilities/_color.scss +0 -1
  471. data/frameworks/compass/stylesheets/compass/utilities/_general.scss +0 -6
  472. data/frameworks/compass/stylesheets/compass/utilities/_links.scss +0 -5
  473. data/frameworks/compass/stylesheets/compass/utilities/_lists.scss +0 -6
  474. data/frameworks/compass/stylesheets/compass/utilities/_print.scss +0 -17
  475. data/frameworks/compass/stylesheets/compass/utilities/_sprites.scss +0 -2
  476. data/frameworks/compass/stylesheets/compass/utilities/_tables.scss +0 -3
  477. data/frameworks/compass/stylesheets/compass/utilities/_text.scss +0 -5
  478. data/frameworks/compass/stylesheets/compass/utilities/color/_brightness.scss +0 -12
  479. data/frameworks/compass/stylesheets/compass/utilities/color/_contrast.scss +0 -52
  480. data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss +0 -44
  481. data/frameworks/compass/stylesheets/compass/utilities/general/_float.scss +0 -38
  482. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +0 -65
  483. data/frameworks/compass/stylesheets/compass/utilities/general/_min.scss +0 -16
  484. data/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss +0 -2
  485. data/frameworks/compass/stylesheets/compass/utilities/general/_tabs.scss +0 -1
  486. data/frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss +0 -18
  487. data/frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss +0 -3
  488. data/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss +0 -3
  489. data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss +0 -3
  490. data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss +0 -3
  491. data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss +0 -3
  492. data/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss +0 -3
  493. data/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss +0 -3
  494. data/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss +0 -92
  495. data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss +0 -81
  496. data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss +0 -22
  497. data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss +0 -38
  498. data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss +0 -9
  499. data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss +0 -3
  500. data/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss +0 -3
  501. data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss +0 -3
  502. data/frameworks/compass/templates/ellipsis/ellipsis.sass +0 -9
  503. data/frameworks/compass/templates/ellipsis/manifest.rb +0 -27
  504. data/frameworks/compass/templates/ellipsis/xml/ellipsis.xml +0 -14
  505. data/frameworks/compass/templates/extension/manifest.rb +0 -26
  506. data/frameworks/compass/templates/extension/stylesheets/main.sass +0 -1
  507. data/frameworks/compass/templates/extension/templates/project/manifest.rb +0 -2
  508. data/frameworks/compass/templates/extension/templates/project/screen.sass +0 -2
  509. data/frameworks/compass/templates/project/USAGE.markdown +0 -32
  510. data/frameworks/compass/templates/project/ie.sass +0 -6
  511. data/frameworks/compass/templates/project/manifest.rb +0 -4
  512. data/frameworks/compass/templates/project/print.sass +0 -6
  513. data/frameworks/compass/templates/project/screen.sass +0 -7
  514. data/lib/compass/browser_support.rb +0 -62
  515. data/lib/compass/caniuse.rb +0 -283
  516. data/lib/compass/configuration.rb +0 -91
  517. data/lib/compass/configuration/data.rb +0 -193
  518. data/lib/compass/configuration/defaults.rb +0 -187
  519. data/lib/compass/configuration/inheritance.rb +0 -304
  520. data/lib/compass/configuration/paths.rb +0 -19
  521. data/lib/compass/exec/switch_ui.rb +0 -179
  522. data/lib/compass/sass_extensions/functions/colors.rb +0 -67
  523. data/lib/compass/sass_extensions/functions/constants.rb +0 -74
  524. data/lib/compass/sass_extensions/functions/cross_browser_support.rb +0 -269
  525. data/lib/compass/sass_extensions/functions/display.rb +0 -32
  526. data/lib/compass/sass_extensions/functions/enumerate.rb +0 -7
  527. data/lib/compass/sass_extensions/functions/env.rb +0 -59
  528. data/lib/compass/sass_extensions/functions/font_files.rb +0 -41
  529. data/lib/compass/sass_extensions/functions/gradient_support.rb +0 -611
  530. data/lib/compass/sass_extensions/functions/image_size.rb +0 -114
  531. data/lib/compass/sass_extensions/functions/inline_image.rb +0 -64
  532. data/lib/compass/sass_extensions/functions/lists.rb +0 -101
  533. data/lib/compass/sass_extensions/functions/math.rb +0 -93
  534. data/lib/compass/sass_extensions/functions/selectors.rb +0 -64
  535. data/lib/compass/sass_extensions/functions/urls.rb +0 -297
  536. data/lib/compass/sass_extensions/monkey_patches.rb +0 -3
  537. data/lib/compass/sass_extensions/monkey_patches/browser_support.rb +0 -124
  538. data/lib/compass/sass_extensions/monkey_patches/traversal.rb +0 -23
@@ -1,44 +0,0 @@
1
- // @doc off
2
- // Extends the bottom of the element to enclose any floats it contains.
3
- // @doc on
4
-
5
- @import "hacks";
6
-
7
- // This basic method is preferred for the usual case, when positioned
8
- // content will not show outside the bounds of the container.
9
- //
10
- // Recommendations include using this in conjunction with a width.
11
- // Credit: [quirksmode.org](http://www.quirksmode.org/blog/archives/2005/03/clearing_floats.html)
12
- @mixin clearfix {
13
- overflow: hidden;
14
- @include has-layout;
15
- }
16
-
17
- // This older method from Position Is Everything called
18
- // [Easy Clearing](http://www.positioniseverything.net/easyclearing.html)
19
- // has the advantage of allowing positioned elements to hang
20
- // outside the bounds of the container at the expense of more tricky CSS.
21
- @mixin legacy-pie-clearfix {
22
- &:after {
23
- content : "\0020";
24
- display : block;
25
- height : 0;
26
- clear : both;
27
- overflow : hidden;
28
- visibility : hidden;
29
- }
30
- @include has-layout;
31
- }
32
-
33
- // This is an updated version of the PIE clearfix method that reduces the amount of CSS output.
34
- // If you need to support Firefox before 3.5 you need to use `legacy-pie-clearfix` instead.
35
- //
36
- // Adapted from: [A new micro clearfix hack](http://nicolasgallagher.com/micro-clearfix-hack/)
37
- @mixin pie-clearfix {
38
- &:after {
39
- content: "";
40
- display: table;
41
- clear: both;
42
- }
43
- @include has-layout;
44
- }
@@ -1,38 +0,0 @@
1
- @import "compass/support";
2
-
3
- // The legacy support threshold for float.
4
- // Defaults to the $critical-usage-threshold.
5
- $legacy-float-support-threshold: $critical-usage-threshold !default;
6
-
7
- // Implementation of float:left with fix for the
8
- // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html)
9
- @mixin float-left {
10
- @include float(left); }
11
-
12
- // Implementation of float:right with fix for the
13
- // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html)
14
- @mixin float-right {
15
- @include float(right); }
16
-
17
- // Direction independent float mixin that fixes the
18
- // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html)
19
- @mixin float($side: left) {
20
- float: unquote($side);
21
- @if support-legacy-browser("ie", "6", $threshold: $legacy-float-support-threshold) {
22
- display: inline; } }
23
-
24
- // Resets floated elements back to their default of `float: none` and defaults
25
- // to `display: block` unless you pass `inline` as an argument
26
- //
27
- // Usage Example:
28
- //
29
- // body.homepage
30
- // #footer li
31
- // +float-left
32
- // body.signup
33
- // #footer li
34
- // +reset-float
35
- @mixin reset-float($display: block) {
36
- float: none;
37
- @if support-legacy-browser("ie", "6", $threshold: $legacy-float-support-threshold) {
38
- display: $display; } }
@@ -1,65 +0,0 @@
1
- @import "compass/support";
2
-
3
- // The legacy support threshold for has-layout.
4
- // Defaults to the $critical-usage-threshold.
5
- $has-layout-support-threshold: $critical-usage-threshold !default;
6
-
7
- // The `zoom` approach generates less CSS but does not validate.
8
- // Set this to `block` to use the display-property to hack the
9
- // element to gain layout.
10
- $default-has-layout-approach: zoom !default;
11
-
12
- // This mixin causes an element matching the selector
13
- // to gain the "hasLayout" property in internet explorer.
14
- // More information on [hasLayout](http://reference.sitepoint.com/css/haslayout).
15
- @mixin has-layout($approach: $default-has-layout-approach) {
16
- @if support-legacy-browser("ie", "7", $threshold: $has-layout-support-threshold) {
17
- @if $approach == zoom {
18
- @include has-layout-zoom;
19
- } @else if $approach == block {
20
- @include has-layout-block;
21
- } @else {
22
- @warn "Unknown has-layout approach: #{$approach}";
23
- @include has-layout-zoom;
24
- }
25
- }
26
- }
27
-
28
- @mixin has-layout-zoom {
29
- @if support-legacy-browser("ie", "7", $threshold: $has-layout-support-threshold) {
30
- *zoom: 1;
31
- }
32
- }
33
-
34
- @mixin has-layout-block {
35
- @if support-legacy-browser("ie", "7", $threshold: $has-layout-support-threshold) {
36
- // This makes ie6 get layout
37
- display: inline-block;
38
- // and this puts it back to block
39
- & { display: block; }
40
- }
41
- }
42
-
43
-
44
- // The legacy support threshold for IE6 attribute hack.
45
- // Defaults to the $critical-usage-threshold.
46
- $ie6-attribute-hack-support-threshold: $critical-usage-threshold !default;
47
-
48
- // A hack to supply IE6 (and below) with a different property value.
49
- // [Read more](http://www.cssportal.com/css-hacks/#in_css-important).
50
- @mixin bang-hack($property, $value, $ie6-value) {
51
- @if support-legacy-browser("ie", "6", $threshold: $ie6-attribute-hack-support-threshold) {
52
- @warn "it's recommended to use the underscore-hack() mixin instead of bang-hack()";
53
- #{$property}: #{$value} !important;
54
- #{$property}: #{$ie6-value};
55
- }
56
- }
57
-
58
- // A hack to supply IE6 (and below) with a different property value.
59
- // [Read more](http://www.paulirish.com/2009/browser-specific-css-hacks/)
60
- @mixin underscore-hack($property, $value, $ie6-value) {
61
- @if support-legacy-browser("ie", "6", $threshold: $ie6-attribute-hack-support-threshold) {
62
- #{$property}: #{$value};
63
- _#{$property}: #{$ie6-value};
64
- }
65
- }
@@ -1,16 +0,0 @@
1
- @import "hacks";
2
-
3
- //**
4
- // Cross browser min-height mixin.
5
- @mixin min-height($value) {
6
- @include hacked-minimum(height, $value); }
7
-
8
- //**
9
- // Cross browser min-width mixin.
10
- @mixin min-width($value) {
11
- @include hacked-minimum(width, $value); }
12
-
13
- // @private This mixin is not meant to be used directly.
14
- @mixin hacked-minimum($property, $value) {
15
- min-#{$property}: $value;
16
- @include underscore-hack($property, auto, $value); }
@@ -1,2 +0,0 @@
1
- // This module has moved.
2
- @import "compass/reset/utilities";
@@ -1,18 +0,0 @@
1
- // Emits styles for a tag cloud
2
- @mixin tag-cloud($base-size: 1em) {
3
- font-size: $base-size;
4
- line-height: 1.2 * $base-size;
5
- .xxs, .xs, .s, .l, .xl, .xxl {
6
- line-height: 1.2 * $base-size; }
7
- .xxs {
8
- font-size: $base-size / 2; }
9
- .xs {
10
- font-size: 2 * $base-size / 3; }
11
- .s {
12
- font-size: 3 * $base-size / 4; }
13
- .l {
14
- font-size: 4 * $base-size / 3; }
15
- .xl {
16
- font-size: 3 * $base-size / 2; }
17
- .xxl {
18
- font-size: 2 * $base-size; } }
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/links/hover-link' instead.";
2
-
3
- @import "../../typography/links/hover-link";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/links/link-colors' instead.";
2
-
3
- @import "../../typography/links/link-colors";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/links/unstyled-link' instead.";
2
-
3
- @import "../../typography/links/unstyled-link";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/lists/bullets' instead.";
2
-
3
- @import "../../typography/lists/bullets";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/lists/horizontal-list' instead.";
2
-
3
- @import "../../typography/lists/horizontal-list";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/lists/inline-block-list' instead.";
2
-
3
- @import "../../typography/lists/inline-block-list";
@@ -1,3 +0,0 @@
1
- @warn "This import is deprecated. Use 'compass/typography/lists/inline-list' instead.";
2
-
3
- @import "../../typography/lists/inline-list";
@@ -1,92 +0,0 @@
1
- // Determines those states for which you want to enable magic sprite selectors
2
- $sprite-selectors: hover, target, active, focus !default;
3
-
4
- // Set the width and height of an element to the original
5
- // dimensions of an image before it was included in the sprite.
6
- @mixin sprite-dimensions($map, $sprite) {
7
- height: image-height(sprite-file($map, $sprite));
8
- width: image-width(sprite-file($map, $sprite));
9
- }
10
-
11
- // Set the background position of the given sprite `$map` to display the
12
- // sprite of the given `$sprite` name. You can move the image relative to its
13
- // natural position by passing `$offset-x` and `$offset-y`.
14
- // The background-position will be returned in pixels. By passing `true
15
- // for `$use_percentages`, you get percentages instead.
16
- @mixin sprite-background-position($map, $sprite, $offset-x: 0, $offset-y: 0,
17
- $use-percentages: false) {
18
- background-position: sprite-position($map, $sprite, $offset-x, $offset-y,
19
- $use-percentages);
20
- }
21
-
22
-
23
- // Determines if you want to include magic selectors in your sprites
24
- $disable-magic-sprite-selectors: false !default;
25
-
26
- // Set this to underscore if you prefer
27
- $default-sprite-separator: "-" !default;
28
-
29
- // Include the position and (optionally) dimensions of this `$sprite`
30
- // in the given sprite `$map`. The sprite url should come from either a base
31
- // class or you can specify the `sprite-url` explicitly like this:
32
- //
33
- // background: $map no-repeat;
34
- @mixin sprite($map, $sprite, $dimensions: false, $offset-x: 0, $offset-y: 0,
35
- $use-percentages: false,
36
- $use-magic-selectors: not $disable-magic-sprite-selectors,
37
- $separator: $default-sprite-separator) {
38
- @include sprite-background-position($map, $sprite, $offset-x, $offset-y,
39
- $use-percentages);
40
- @if $dimensions {
41
- @include sprite-dimensions($map, $sprite);
42
- }
43
- @if $use-magic-selectors {
44
- @include sprite-selectors($map, $sprite, $sprite, $offset-x, $offset-y,
45
- $use-percentages, $separator);
46
- }
47
- }
48
-
49
- // Include the selectors for the `$sprite` given the `$map` and the
50
- // `$full-sprite-name`
51
- // @private
52
- @mixin sprite-selectors($map, $sprite-name, $full-sprite-name, $offset-x: 0,
53
- $offset-y: 0, $use-percentages: false,
54
- $separator: $default-sprite-separator) {
55
- @each $state in $sprite-selectors {
56
- $sprite-class: "#{$full-sprite-name}#{$separator}#{$state}";
57
- @if sprite_has_selector($map, $sprite-name, $state) {
58
- @if sprite_has_valid_selector($sprite-class) {
59
- &:#{$state}, &.#{$sprite-class} {
60
- @include sprite-background-position($map, sprite_selector_file($map, $sprite-name, $state),
61
- $offset-x, $offset-y, $use-percentages);
62
- }
63
- }
64
- }
65
- }
66
- }
67
-
68
- // Generates a class for each space separated name in `$sprite-names`.
69
- // The class will be of the form .<map-name>-<sprite-name>.
70
- //
71
- // If a base class is provided, then each class will extend it.
72
- //
73
- // If `$dimensions` is `true`, the sprite dimensions will specified.
74
- // Positions are returned in pixel units. Set `$use_percentages` to true to
75
- // instead get percentages.
76
- @mixin sprites($map, $sprite-names, $base-class: false, $dimensions: false,
77
- $prefix: sprite-map-name($map), $offset-x: 0, $offset-y: 0,
78
- $use-percentages: false,
79
- $separator: $default-sprite-separator) {
80
- @each $sprite-name in $sprite-names {
81
- @if sprite_does_not_have_parent($map, $sprite-name) {
82
- $full-sprite-name: "#{$prefix}#{$separator}#{$sprite-name}";
83
- @if sprite_has_valid_selector($full-sprite-name) {
84
- .#{$full-sprite-name} {
85
- @if $base-class { @extend #{$base-class}; }
86
- @include sprite($map, $sprite-name, $dimensions, $offset-x, $offset-y,
87
- $use-percentages, $separator: $separator);
88
- }
89
- }
90
- }
91
- }
92
- }
@@ -1,81 +0,0 @@
1
- @import "compass/typography/text/replacement";
2
-
3
- // @doc off
4
- // Example 1:
5
- //
6
- // a.twitter
7
- // +sprite-img("icons-32.png", 1)
8
- // a.facebook
9
- // +sprite-img("icons-32png", 2)
10
- //
11
- // Example 2:
12
- //
13
- // a
14
- // +sprite-background("icons-32.png")
15
- // a.twitter
16
- // +sprite-column(1)
17
- // a.facebook
18
- // +sprite-row(2)
19
- // @doc on
20
-
21
- $sprite-default-size: 32px !default;
22
-
23
- $sprite-default-margin: 0px !default;
24
-
25
- $sprite-image-default-width: $sprite-default-size !default;
26
-
27
- $sprite-image-default-height: $sprite-default-size !default;
28
-
29
- // Sets all the rules for a sprite from a given sprite image to show just one of the sprites.
30
- // To reduce duplication use a sprite-bg mixin for common properties and a sprite-select mixin for positioning.
31
- @mixin sprite-img($img, $col, $row: 1, $width: $sprite-image-default-width, $height: $sprite-image-default-height, $margin: $sprite-default-margin) {
32
- @include sprite-background($img, $width, $height);
33
- @include sprite-position($col, $row, $width, $height, $margin);
34
- }
35
-
36
- // Sets rules common for all sprites, assumes you want a square, but allows a rectangular region.
37
- @mixin sprite-background($img, $width: $sprite-default-size, $height: $width) {
38
- @include sprite-background-rectangle($img, $width, $height);
39
- }
40
-
41
- // Sets rules common for all sprites, assumes a rectangular region.
42
- @mixin sprite-background-rectangle($img, $width: $sprite-image-default-width, $height: $sprite-image-default-height) {
43
- background: image-url($img) no-repeat;
44
- width: $width;
45
- height: $height;
46
- overflow: hidden;
47
- }
48
-
49
- // Allows horizontal sprite positioning optimized for a single row of sprites.
50
- @mixin sprite-column($col, $width: $sprite-image-default-width, $margin: $sprite-default-margin) {
51
- @include sprite-position($col, 1, $width, 0px, $margin);
52
- }
53
-
54
- // Allows vertical sprite positioning optimized for a single column of sprites.
55
- @mixin sprite-row($row, $height: $sprite-image-default-height, $margin: $sprite-default-margin) {
56
- @include sprite-position(1, $row, 0px, $height, $margin);
57
- }
58
-
59
- // Allows vertical and horizontal sprite positioning from a grid of equal dimensioned sprites.
60
- @mixin sprite-position($col, $row: 1, $width: $sprite-image-default-width, $height: $sprite-image-default-height, $margin: $sprite-default-margin) {
61
- $x: ($col - 1) * -$width - ($col - 1) * $margin;
62
- $y: ($row - 1) * -$height - ($row - 1) * $margin;
63
- background-position: $x $y;
64
- }
65
-
66
-
67
-
68
- // Similar to 'sprite-replace-text-with-dimensions' but does not autmaticly set the demensions
69
- @mixin sprite-replace-text ($map, $sprite, $dimensions: false, $offset-x: 0, $offset-y: 0) {
70
- @include hide-text;
71
- @include sprite($map, $sprite, $dimensions, $offset-x, $offset-y);
72
- background-image: $map;
73
- background-repeat: no-repeat;
74
- }
75
-
76
- // Similar to 'replace-text-with-dimensions' but with sprites
77
- // To use, create your sprite and then pass it in the `$map` param
78
- // The name of the image in the sprite folder should be `$img-name`
79
- @mixin sprite-replace-text-with-dimensions ($map, $sprite, $offset-x: 0, $offset-y: 0){
80
- @include sprite-replace-text ($map, $sprite, true, $offset-x, $offset-y);
81
- }
@@ -1,22 +0,0 @@
1
- @mixin alternating-rows-and-columns($even-row-color, $odd-row-color, $dark-intersection, $header-color: white, $footer-color: white) {
2
- th {
3
- background-color: $header-color;
4
- &.even, &:nth-child(2n) {
5
- background-color: $header-color - $dark-intersection; } }
6
- tr {
7
- &.odd, &:nth-child(2n+1) {
8
- td {
9
- background-color: $odd-row-color;
10
- &.even, &:nth-child(2n) {
11
- background-color: $odd-row-color - $dark-intersection; } } }
12
- }
13
- tr.even {
14
- td {
15
- background-color: $even-row-color;
16
- &.even, &:nth-child(2n) {
17
- background-color: $even-row-color - $dark-intersection; } } }
18
- tfoot {
19
- th, td {
20
- background-color: $footer-color;
21
- &.even, &:nth-child(2n) {
22
- background-color: $footer-color - $dark-intersection; } } } }
@@ -1,38 +0,0 @@
1
- @import "compass/support";
2
-
3
- @mixin outer-table-borders($width: 2px, $color: black) {
4
- border: $width solid $color;
5
- thead {
6
- th {
7
- border-bottom: $width solid $color; } }
8
- tfoot {
9
- th, td {
10
- border-top: $width solid $color; } }
11
- th {
12
- &:first-child #{if(support-legacy-browser(ie, "6"), ', &.first', null)} {
13
- border-right: $width solid $color; } } }
14
-
15
- @mixin inner-table-borders($width: 2px, $color: black) {
16
- th, td {
17
- border: {
18
- right: $width solid $color;
19
- bottom: $width solid $color;
20
- left-width: 0px;
21
- top-width: 0px; };
22
- &:last-child {
23
- border-right-width: 0px; }
24
-
25
- // IE8 ignores rules that are included on the same line as :last-child
26
- // see http://www.richardscarrott.co.uk/posts/view/ie8-last-child-bug for details
27
- @if support-legacy-browser(ie, "8") {
28
- &.last {
29
- border-right-width: 0px; } } }
30
-
31
- tbody, tfoot {
32
- tr:last-child {
33
- th, td {
34
- border-bottom-width: 0px; } }
35
- @if support-legacy-browser(ie, "8") {
36
- tr.last {
37
- th, td {
38
- border-bottom-width: 0px; } } } } }