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.
- checksums.yaml +4 -4
- data/Rakefile +61 -89
- data/VERSION +1 -0
- data/features/command_line.feature +1 -1
- data/features/step_definitions/command_line_steps.rb +0 -2
- data/lib/compass.rb +21 -2
- data/lib/compass/commands.rb +2 -0
- data/lib/compass/commands/print_version.rb +1 -12
- data/lib/compass/compiler.rb +1 -0
- data/lib/compass/configuration/adapters.rb +3 -0
- data/lib/compass/configuration/comments.rb +4 -1
- data/lib/compass/configuration/helpers.rb +1 -58
- data/lib/compass/configuration/serialization.rb +3 -0
- data/lib/compass/errors.rb +1 -3
- data/lib/compass/frameworks.rb +26 -4
- data/lib/compass/sass_extensions.rb +0 -1
- data/lib/compass/sass_extensions/functions.rb +2 -26
- data/lib/compass/sass_extensions/functions/sprites.rb +23 -23
- data/lib/compass/sass_extensions/sprites/image.rb +24 -29
- data/lib/compass/sprite_importer/content.erb +1 -1
- data/lib/compass/util.rb +1 -1
- data/lib/compass/version.rb +18 -35
- data/test/fixtures/stylesheets/compass/css/fonts.css +2 -2
- data/test/fixtures/stylesheets/envtest/tmp/env.css +2 -2
- data/test/fixtures/stylesheets/valid/css/another_simple.css +4 -0
- data/test/fixtures/stylesheets/valid/css/simple.css +4 -0
- data/test/integrations/sprites_test.rb +86 -79
- data/test/test_helper.rb +7 -5
- data/test/units/caniuse_test.rb +4 -4
- data/test/units/command_line_test.rb +5 -4
- data/test/units/configuration_test.rb +35 -2
- data/test/units/sass_extensions_test.rb +2 -2
- data/test/units/sass_extenstions/gradients_test.rb +3 -3
- data/test/units/sprites/sprite_map_test.rb +5 -2
- metadata +21 -506
- data/README.markdown +0 -30
- data/VERSION.yml +0 -6
- data/data/caniuse.json +0 -1
- data/data/caniuse_extras/css-placeholder.json +0 -171
- data/examples/README.markdown +0 -4
- data/examples/blueprint_default/config.rb +0 -7
- data/examples/blueprint_default/images/grid.png +0 -0
- data/examples/blueprint_default/index.html.haml +0 -85
- data/examples/blueprint_default/parts/elements.html.haml +0 -282
- data/examples/blueprint_default/parts/forms.html.haml +0 -200
- data/examples/blueprint_default/parts/grid.html.haml +0 -274
- data/examples/blueprint_default/parts/test-small.jpg +0 -0
- data/examples/blueprint_default/parts/test.jpg +0 -0
- data/examples/blueprint_default/parts/valid.png +0 -0
- data/examples/blueprint_default/src/ie.scss +0 -3
- data/examples/blueprint_default/src/images/grid.png +0 -0
- data/examples/blueprint_default/src/print.scss +0 -3
- data/examples/blueprint_default/src/screen.scss +0 -9
- data/examples/blueprint_plugins/config.rb +0 -8
- data/examples/blueprint_plugins/images/buttons/cross.png +0 -0
- data/examples/blueprint_plugins/images/buttons/key.png +0 -0
- data/examples/blueprint_plugins/images/buttons/tick.png +0 -0
- data/examples/blueprint_plugins/images/grid.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/doc.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/email.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/external.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/feed.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/im.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/pdf.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/visited.png +0 -0
- data/examples/blueprint_plugins/images/link_icons/xls.png +0 -0
- data/examples/blueprint_plugins/images/test-small.jpg +0 -0
- data/examples/blueprint_plugins/images/test.jpg +0 -0
- data/examples/blueprint_plugins/images/valid.png +0 -0
- data/examples/blueprint_plugins/index.html.haml +0 -96
- data/examples/blueprint_plugins/plugins/buttons.html.haml +0 -67
- data/examples/blueprint_plugins/plugins/fancy_type.html.haml +0 -100
- data/examples/blueprint_plugins/plugins/link_icons.html.haml +0 -61
- data/examples/blueprint_plugins/plugins/rtl.html.haml +0 -100
- data/examples/blueprint_plugins/src/buttons.scss +0 -47
- data/examples/blueprint_plugins/src/ie.scss +0 -3
- data/examples/blueprint_plugins/src/images/grid.png +0 -0
- data/examples/blueprint_plugins/src/link_icons.scss +0 -13
- data/examples/blueprint_plugins/src/print.scss +0 -3
- data/examples/blueprint_plugins/src/rtl_screen.scss +0 -15
- data/examples/blueprint_plugins/src/screen.scss +0 -12
- data/examples/blueprint_scoped/images/grid.png +0 -0
- data/examples/blueprint_scoped/src/ie.scss +0 -4
- data/examples/blueprint_scoped/src/print.scss +0 -4
- data/examples/blueprint_scoped/src/screen.scss +0 -5
- data/examples/blueprint_scoped_form/images/grid.png +0 -0
- data/examples/blueprint_scoped_form/src/ie.scss +0 -3
- data/examples/blueprint_scoped_form/src/print.scss +0 -3
- data/examples/blueprint_scoped_form/src/screen.scss +0 -15
- data/examples/blueprint_semantic/config.rb +0 -7
- data/examples/blueprint_semantic/images/grid.png +0 -0
- data/examples/blueprint_semantic/index.html.haml +0 -86
- data/examples/blueprint_semantic/parts/fancy_type.html.haml +0 -100
- data/examples/blueprint_semantic/parts/liquid.html.haml +0 -100
- data/examples/blueprint_semantic/parts/test-small.jpg +0 -0
- data/examples/blueprint_semantic/parts/test.jpg +0 -0
- data/examples/blueprint_semantic/parts/valid.png +0 -0
- data/examples/blueprint_semantic/src/ie.scss +0 -3
- data/examples/blueprint_semantic/src/images/grid.png +0 -0
- data/examples/blueprint_semantic/src/liquid.scss +0 -69
- data/examples/blueprint_semantic/src/print.scss +0 -3
- data/examples/blueprint_semantic/src/screen.scss +0 -69
- data/examples/compass/bootstrap.rb +0 -4
- data/examples/compass/clean.rb +0 -2
- data/examples/compass/compass.html.haml +0 -39
- data/examples/compass/config.rb +0 -8
- data/examples/compass/headers.txt +0 -7
- data/examples/compass/images/blue_arrow.gif +0 -0
- data/examples/compass/images/border2.png +0 -0
- data/examples/compass/images/emblem/favorite.png +0 -0
- data/examples/compass/images/emblem/important.png +0 -0
- data/examples/compass/images/emblem/photos.png +0 -0
- data/examples/compass/images/emblem/readonly.png +0 -0
- data/examples/compass/images/emblem/symbolic-link.png +0 -0
- data/examples/compass/images/emblem/system.png +0 -0
- data/examples/compass/images/emblem/unreadable.png +0 -0
- data/examples/compass/images/flag/ad.png +0 -0
- data/examples/compass/images/flag/ae.png +0 -0
- data/examples/compass/images/flag/af.png +0 -0
- data/examples/compass/images/flag/ag.png +0 -0
- data/examples/compass/images/flag/ai.png +0 -0
- data/examples/compass/images/flag/al.png +0 -0
- data/examples/compass/images/flag/am.png +0 -0
- data/examples/compass/images/flag/an.png +0 -0
- data/examples/compass/images/flag/ao.png +0 -0
- data/examples/compass/images/flag/ar.png +0 -0
- data/examples/compass/images/flag/as.png +0 -0
- data/examples/compass/images/flag/at.png +0 -0
- data/examples/compass/images/flag/au.png +0 -0
- data/examples/compass/images/flag/aw.png +0 -0
- data/examples/compass/images/flag/ax.png +0 -0
- data/examples/compass/images/flag/az.png +0 -0
- data/examples/compass/images/flag/ba.png +0 -0
- data/examples/compass/images/flag/bb.png +0 -0
- data/examples/compass/images/flag/bd.png +0 -0
- data/examples/compass/images/flag/be.png +0 -0
- data/examples/compass/images/flag/bf.png +0 -0
- data/examples/compass/images/flag/bg.png +0 -0
- data/examples/compass/images/flag/bh.png +0 -0
- data/examples/compass/images/flag/bi.png +0 -0
- data/examples/compass/images/flag/bj.png +0 -0
- data/examples/compass/images/flag/bm.png +0 -0
- data/examples/compass/images/flag/bn.png +0 -0
- data/examples/compass/images/flag/bo.png +0 -0
- data/examples/compass/images/flag/br.png +0 -0
- data/examples/compass/images/flag/bs.png +0 -0
- data/examples/compass/images/flag/bt.png +0 -0
- data/examples/compass/images/flag/bv.png +0 -0
- data/examples/compass/images/flag/bw.png +0 -0
- data/examples/compass/images/flag/by.png +0 -0
- data/examples/compass/images/flag/bz.png +0 -0
- data/examples/compass/images/flag/ca.png +0 -0
- data/examples/compass/images/flag/catalonia.png +0 -0
- data/examples/compass/images/flag/cc.png +0 -0
- data/examples/compass/images/flag/cd.png +0 -0
- data/examples/compass/images/flag/cf.png +0 -0
- data/examples/compass/images/flag/cg.png +0 -0
- data/examples/compass/images/flag/ch.png +0 -0
- data/examples/compass/images/flag/ci.png +0 -0
- data/examples/compass/images/flag/ck.png +0 -0
- data/examples/compass/images/flag/cl.png +0 -0
- data/examples/compass/images/flag/cm.png +0 -0
- data/examples/compass/images/flag/cn.png +0 -0
- data/examples/compass/images/flag/co.png +0 -0
- data/examples/compass/images/flag/cr.png +0 -0
- data/examples/compass/images/flag/cs.png +0 -0
- data/examples/compass/images/flag/cu.png +0 -0
- data/examples/compass/images/flag/cv.png +0 -0
- data/examples/compass/images/flag/cx.png +0 -0
- data/examples/compass/images/flag/cy.png +0 -0
- data/examples/compass/images/flag/cz.png +0 -0
- data/examples/compass/images/flag/de.png +0 -0
- data/examples/compass/images/flag/dj.png +0 -0
- data/examples/compass/images/flag/dk.png +0 -0
- data/examples/compass/images/flag/dm.png +0 -0
- data/examples/compass/images/flag/do.png +0 -0
- data/examples/compass/images/flag/dz.png +0 -0
- data/examples/compass/images/flag/ec.png +0 -0
- data/examples/compass/images/flag/ee.png +0 -0
- data/examples/compass/images/flag/eg.png +0 -0
- data/examples/compass/images/flag/eh.png +0 -0
- data/examples/compass/images/flag/england.png +0 -0
- data/examples/compass/images/flag/er.png +0 -0
- data/examples/compass/images/flag/es.png +0 -0
- data/examples/compass/images/flag/et.png +0 -0
- data/examples/compass/images/flag/europeanunion.png +0 -0
- data/examples/compass/images/flag/fam.png +0 -0
- data/examples/compass/images/flag/fi.png +0 -0
- data/examples/compass/images/flag/fj.png +0 -0
- data/examples/compass/images/flag/fk.png +0 -0
- data/examples/compass/images/flag/fm.png +0 -0
- data/examples/compass/images/flag/fo.png +0 -0
- data/examples/compass/images/flag/fr.png +0 -0
- data/examples/compass/images/flag/ga.png +0 -0
- data/examples/compass/images/flag/gb.png +0 -0
- data/examples/compass/images/flag/gd.png +0 -0
- data/examples/compass/images/flag/ge.png +0 -0
- data/examples/compass/images/flag/gf.png +0 -0
- data/examples/compass/images/flag/gh.png +0 -0
- data/examples/compass/images/flag/gi.png +0 -0
- data/examples/compass/images/flag/gl.png +0 -0
- data/examples/compass/images/flag/gm.png +0 -0
- data/examples/compass/images/flag/gn.png +0 -0
- data/examples/compass/images/flag/gp.png +0 -0
- data/examples/compass/images/flag/gq.png +0 -0
- data/examples/compass/images/flag/gr.png +0 -0
- data/examples/compass/images/flag/gs.png +0 -0
- data/examples/compass/images/flag/gt.png +0 -0
- data/examples/compass/images/flag/gu.png +0 -0
- data/examples/compass/images/flag/gw.png +0 -0
- data/examples/compass/images/flag/gy.png +0 -0
- data/examples/compass/images/flag/hk.png +0 -0
- data/examples/compass/images/flag/hm.png +0 -0
- data/examples/compass/images/flag/hn.png +0 -0
- data/examples/compass/images/flag/hr.png +0 -0
- data/examples/compass/images/flag/ht.png +0 -0
- data/examples/compass/images/flag/hu.png +0 -0
- data/examples/compass/images/flag/id-2.png +0 -0
- data/examples/compass/images/flag/ie.png +0 -0
- data/examples/compass/images/flag/il.png +0 -0
- data/examples/compass/images/flag/in.png +0 -0
- data/examples/compass/images/flag/io.png +0 -0
- data/examples/compass/images/flag/iq.png +0 -0
- data/examples/compass/images/flag/ir.png +0 -0
- data/examples/compass/images/flag/is.png +0 -0
- data/examples/compass/images/flag/it.png +0 -0
- data/examples/compass/images/flag/jm.png +0 -0
- data/examples/compass/images/flag/jo.png +0 -0
- data/examples/compass/images/flag/jp.png +0 -0
- data/examples/compass/images/flag/ke.png +0 -0
- data/examples/compass/images/flag/kg.png +0 -0
- data/examples/compass/images/flag/kh.png +0 -0
- data/examples/compass/images/flag/ki.png +0 -0
- data/examples/compass/images/flag/km.png +0 -0
- data/examples/compass/images/flag/kn.png +0 -0
- data/examples/compass/images/flag/kp.png +0 -0
- data/examples/compass/images/flag/kr.png +0 -0
- data/examples/compass/images/flag/kw.png +0 -0
- data/examples/compass/images/flag/ky.png +0 -0
- data/examples/compass/images/flag/kz.png +0 -0
- data/examples/compass/images/flag/la.png +0 -0
- data/examples/compass/images/flag/lb.png +0 -0
- data/examples/compass/images/flag/lc.png +0 -0
- data/examples/compass/images/flag/li.png +0 -0
- data/examples/compass/images/flag/lk.png +0 -0
- data/examples/compass/images/flag/lr.png +0 -0
- data/examples/compass/images/flag/ls.png +0 -0
- data/examples/compass/images/flag/lt.png +0 -0
- data/examples/compass/images/flag/lu.png +0 -0
- data/examples/compass/images/flag/lv.png +0 -0
- data/examples/compass/images/flag/ly.png +0 -0
- data/examples/compass/images/flag/ma.png +0 -0
- data/examples/compass/images/flag/mc.png +0 -0
- data/examples/compass/images/flag/md.png +0 -0
- data/examples/compass/images/flag/me.png +0 -0
- data/examples/compass/images/flag/mg.png +0 -0
- data/examples/compass/images/flag/mh.png +0 -0
- data/examples/compass/images/flag/mk.png +0 -0
- data/examples/compass/images/flag/ml.png +0 -0
- data/examples/compass/images/flag/mm.png +0 -0
- data/examples/compass/images/flag/mn.png +0 -0
- data/examples/compass/images/flag/mo.png +0 -0
- data/examples/compass/images/flag/mp.png +0 -0
- data/examples/compass/images/flag/mq.png +0 -0
- data/examples/compass/images/flag/mr.png +0 -0
- data/examples/compass/images/flag/ms.png +0 -0
- data/examples/compass/images/flag/mt.png +0 -0
- data/examples/compass/images/flag/mu.png +0 -0
- data/examples/compass/images/flag/mv.png +0 -0
- data/examples/compass/images/flag/mw.png +0 -0
- data/examples/compass/images/flag/mx.png +0 -0
- data/examples/compass/images/flag/my.png +0 -0
- data/examples/compass/images/flag/mz.png +0 -0
- data/examples/compass/images/flag/na.png +0 -0
- data/examples/compass/images/flag/nc.png +0 -0
- data/examples/compass/images/flag/ne.png +0 -0
- data/examples/compass/images/flag/nf.png +0 -0
- data/examples/compass/images/flag/ng.png +0 -0
- data/examples/compass/images/flag/ni.png +0 -0
- data/examples/compass/images/flag/nl.png +0 -0
- data/examples/compass/images/flag/no.png +0 -0
- data/examples/compass/images/flag/np.png +0 -0
- data/examples/compass/images/flag/nr.png +0 -0
- data/examples/compass/images/flag/nu.png +0 -0
- data/examples/compass/images/flag/nz.png +0 -0
- data/examples/compass/images/flag/om.png +0 -0
- data/examples/compass/images/flag/pa.png +0 -0
- data/examples/compass/images/flag/pe.png +0 -0
- data/examples/compass/images/flag/pf.png +0 -0
- data/examples/compass/images/flag/pg.png +0 -0
- data/examples/compass/images/flag/ph.png +0 -0
- data/examples/compass/images/flag/pk.png +0 -0
- data/examples/compass/images/flag/pl.png +0 -0
- data/examples/compass/images/flag/pm.png +0 -0
- data/examples/compass/images/flag/pn.png +0 -0
- data/examples/compass/images/flag/pr.png +0 -0
- data/examples/compass/images/flag/ps.png +0 -0
- data/examples/compass/images/flag/pt.png +0 -0
- data/examples/compass/images/flag/pw.png +0 -0
- data/examples/compass/images/flag/py.png +0 -0
- data/examples/compass/images/flag/qa.png +0 -0
- data/examples/compass/images/flag/re.png +0 -0
- data/examples/compass/images/flag/ro.png +0 -0
- data/examples/compass/images/flag/rs.png +0 -0
- data/examples/compass/images/flag/ru.png +0 -0
- data/examples/compass/images/flag/rw.png +0 -0
- data/examples/compass/images/flag/sa.png +0 -0
- data/examples/compass/images/flag/sb.png +0 -0
- data/examples/compass/images/flag/sc.png +0 -0
- data/examples/compass/images/flag/scotland.png +0 -0
- data/examples/compass/images/flag/sd.png +0 -0
- data/examples/compass/images/flag/se.png +0 -0
- data/examples/compass/images/flag/sg.png +0 -0
- data/examples/compass/images/flag/sh.png +0 -0
- data/examples/compass/images/flag/si.png +0 -0
- data/examples/compass/images/flag/sj.png +0 -0
- data/examples/compass/images/flag/sk.png +0 -0
- data/examples/compass/images/flag/sl.png +0 -0
- data/examples/compass/images/flag/sm.png +0 -0
- data/examples/compass/images/flag/sn.png +0 -0
- data/examples/compass/images/flag/so.png +0 -0
- data/examples/compass/images/flag/sr.png +0 -0
- data/examples/compass/images/flag/st.png +0 -0
- data/examples/compass/images/flag/sv.png +0 -0
- data/examples/compass/images/flag/sy.png +0 -0
- data/examples/compass/images/flag/sz.png +0 -0
- data/examples/compass/images/flag/tc.png +0 -0
- data/examples/compass/images/flag/td.png +0 -0
- data/examples/compass/images/flag/tf.png +0 -0
- data/examples/compass/images/flag/tg.png +0 -0
- data/examples/compass/images/flag/th.png +0 -0
- data/examples/compass/images/flag/tj.png +0 -0
- data/examples/compass/images/flag/tk.png +0 -0
- data/examples/compass/images/flag/tl.png +0 -0
- data/examples/compass/images/flag/tm.png +0 -0
- data/examples/compass/images/flag/tn.png +0 -0
- data/examples/compass/images/flag/to.png +0 -0
- data/examples/compass/images/flag/tr.png +0 -0
- data/examples/compass/images/flag/tt.png +0 -0
- data/examples/compass/images/flag/tv.png +0 -0
- data/examples/compass/images/flag/tw.png +0 -0
- data/examples/compass/images/flag/tz.png +0 -0
- data/examples/compass/images/flag/ua.png +0 -0
- data/examples/compass/images/flag/ug.png +0 -0
- data/examples/compass/images/flag/um.png +0 -0
- data/examples/compass/images/flag/us.png +0 -0
- data/examples/compass/images/flag/uy.png +0 -0
- data/examples/compass/images/flag/uz.png +0 -0
- data/examples/compass/images/flag/va.png +0 -0
- data/examples/compass/images/flag/vc.png +0 -0
- data/examples/compass/images/flag/ve.png +0 -0
- data/examples/compass/images/flag/vg.png +0 -0
- data/examples/compass/images/flag/vi.png +0 -0
- data/examples/compass/images/flag/vn.png +0 -0
- data/examples/compass/images/flag/vu.png +0 -0
- data/examples/compass/images/flag/wales.png +0 -0
- data/examples/compass/images/flag/wf.png +0 -0
- data/examples/compass/images/flag/ws.png +0 -0
- data/examples/compass/images/flag/ye.png +0 -0
- data/examples/compass/images/flag/yt.png +0 -0
- data/examples/compass/images/flag/za.png +0 -0
- data/examples/compass/images/flag/zm.png +0 -0
- data/examples/compass/images/flag/zw.png +0 -0
- data/examples/compass/images/icon-chrome.png +0 -0
- data/examples/compass/images/icon-firefox.png +0 -0
- data/examples/compass/images/icon-ie.png +0 -0
- data/examples/compass/images/icon-opera.png +0 -0
- data/examples/compass/images/icon-safari.png +0 -0
- data/examples/compass/pie.html.haml +0 -73
- data/examples/compass/sprites.html.haml +0 -37
- data/examples/compass/src/bp_layout.scss +0 -18
- data/examples/compass/src/compass.scss +0 -46
- data/examples/compass/src/images/blue_arrow.gif +0 -0
- data/examples/compass/src/sprites.scss +0 -25
- data/examples/compass/src/sticky_footer.scss +0 -11
- data/examples/compass/src/utilities.scss +0 -108
- data/examples/compass/sticky_footer.html.haml +0 -14
- data/examples/compass/utilities.html.haml +0 -189
- data/examples/css3/bootstrap.rb +0 -3
- data/examples/css3/clean.rb +0 -2
- data/examples/css3/config.rb +0 -6
- data/examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass +0 -10
- data/examples/css3/extensions/fancy-fonts/templates/project/manifest.rb +0 -6
- data/examples/css3/gradients.html.haml +0 -68
- data/examples/css3/images/button_bg.png +0 -0
- data/examples/css3/images/example.png +0 -0
- data/examples/css3/index.html.haml +0 -57
- data/examples/css3/src/_base.scss +0 -13
- data/examples/css3/src/fancy-fonts.scss +0 -13
- data/examples/css3/src/gradients.scss +0 -86
- data/examples/css3/src/main.scss +0 -108
- data/examples/downloader.rb +0 -58
- data/examples/ninesixty/bootstrap.rb +0 -4
- data/examples/ninesixty/clean.rb +0 -2
- data/examples/ninesixty/config.rb +0 -10
- data/examples/ninesixty/src/grid.scss +0 -15
- data/examples/ninesixty/src/text.scss +0 -8
- data/examples/susy/bootstrap.rb +0 -3
- data/examples/susy/clean.rb +0 -2
- data/examples/susy/config.rb +0 -10
- data/examples/susy/src/_base.scss +0 -61
- data/examples/susy/src/_defaults.scss +0 -140
- data/examples/susy/src/screen.scss +0 -100
- data/examples/yui/bootstrap.rb +0 -3
- data/examples/yui/clean.rb +0 -2
- data/examples/yui/config.rb +0 -1
- data/examples/yui/divisions.html.haml +0 -179
- data/examples/yui/index.html.haml +0 -19
- data/examples/yui/src/screen.scss +0 -13
- data/examples/yui/sub_divisions.html.haml +0 -169
- data/examples/yui/templates.html.haml +0 -54
- data/examples/yui/test.jpg +0 -0
- data/examples/yui/typography.html.haml +0 -132
- data/frameworks/compass/stylesheets/_compass.scss +0 -3
- data/frameworks/compass/stylesheets/_lemonade.scss +0 -38
- data/frameworks/compass/stylesheets/compass/_css3.scss +0 -21
- data/frameworks/compass/stylesheets/compass/_layout.scss +0 -3
- data/frameworks/compass/stylesheets/compass/_reset-legacy.scss +0 -3
- data/frameworks/compass/stylesheets/compass/_reset.scss +0 -3
- data/frameworks/compass/stylesheets/compass/_support.scss +0 -432
- data/frameworks/compass/stylesheets/compass/_typography.scss +0 -4
- data/frameworks/compass/stylesheets/compass/_utilities.scss +0 -9
- data/frameworks/compass/stylesheets/compass/css3/_animation.scss +0 -122
- data/frameworks/compass/stylesheets/compass/css3/_appearance.scss +0 -17
- data/frameworks/compass/stylesheets/compass/css3/_background-clip.scss +0 -35
- data/frameworks/compass/stylesheets/compass/css3/_background-origin.scss +0 -37
- data/frameworks/compass/stylesheets/compass/css3/_background-size.scss +0 -19
- data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +0 -107
- data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +0 -88
- data/frameworks/compass/stylesheets/compass/css3/_box-sizing.scss +0 -15
- data/frameworks/compass/stylesheets/compass/css3/_box.scss +0 -85
- data/frameworks/compass/stylesheets/compass/css3/_columns.scss +0 -210
- data/frameworks/compass/stylesheets/compass/css3/_deprecated-support.scss +0 -272
- data/frameworks/compass/stylesheets/compass/css3/_filter.scss +0 -50
- data/frameworks/compass/stylesheets/compass/css3/_flexbox.scss +0 -156
- data/frameworks/compass/stylesheets/compass/css3/_font-face.scss +0 -48
- data/frameworks/compass/stylesheets/compass/css3/_hyphenation.scss +0 -71
- data/frameworks/compass/stylesheets/compass/css3/_images.scss +0 -139
- data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +0 -31
- data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +0 -23
- data/frameworks/compass/stylesheets/compass/css3/_pie.scss +0 -1
- data/frameworks/compass/stylesheets/compass/css3/_regions.scss +0 -27
- data/frameworks/compass/stylesheets/compass/css3/_selection.scss +0 -59
- data/frameworks/compass/stylesheets/compass/css3/_shared.scss +0 -5
- data/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss +0 -82
- data/frameworks/compass/stylesheets/compass/css3/_transform.scss +0 -590
- data/frameworks/compass/stylesheets/compass/css3/_transition.scss +0 -171
- data/frameworks/compass/stylesheets/compass/css3/_user-interface.scss +0 -71
- data/frameworks/compass/stylesheets/compass/layout/_grid-background.scss +0 -178
- data/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss +0 -23
- data/frameworks/compass/stylesheets/compass/layout/_stretching.scss +0 -24
- data/frameworks/compass/stylesheets/compass/reset/_utilities-legacy.scss +0 -135
- data/frameworks/compass/stylesheets/compass/reset/_utilities.scss +0 -142
- data/frameworks/compass/stylesheets/compass/typography/_links.scss +0 -3
- data/frameworks/compass/stylesheets/compass/typography/_lists.scss +0 -4
- data/frameworks/compass/stylesheets/compass/typography/_text.scss +0 -4
- data/frameworks/compass/stylesheets/compass/typography/_units.scss +0 -152
- data/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss +0 -300
- data/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss +0 -5
- data/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss +0 -28
- data/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss +0 -7
- data/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss +0 -34
- data/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss +0 -63
- data/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss +0 -50
- data/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss +0 -47
- data/frameworks/compass/stylesheets/compass/typography/text/_ellipsis.scss +0 -25
- data/frameworks/compass/stylesheets/compass/typography/text/_force-wrap.scss +0 -12
- data/frameworks/compass/stylesheets/compass/typography/text/_nowrap.scss +0 -2
- data/frameworks/compass/stylesheets/compass/typography/text/_replacement.scss +0 -68
- data/frameworks/compass/stylesheets/compass/utilities/_color.scss +0 -1
- data/frameworks/compass/stylesheets/compass/utilities/_general.scss +0 -6
- data/frameworks/compass/stylesheets/compass/utilities/_links.scss +0 -5
- data/frameworks/compass/stylesheets/compass/utilities/_lists.scss +0 -6
- data/frameworks/compass/stylesheets/compass/utilities/_print.scss +0 -17
- data/frameworks/compass/stylesheets/compass/utilities/_sprites.scss +0 -2
- data/frameworks/compass/stylesheets/compass/utilities/_tables.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/_text.scss +0 -5
- data/frameworks/compass/stylesheets/compass/utilities/color/_brightness.scss +0 -12
- data/frameworks/compass/stylesheets/compass/utilities/color/_contrast.scss +0 -52
- data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss +0 -44
- data/frameworks/compass/stylesheets/compass/utilities/general/_float.scss +0 -38
- data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +0 -65
- data/frameworks/compass/stylesheets/compass/utilities/general/_min.scss +0 -16
- data/frameworks/compass/stylesheets/compass/utilities/general/_reset.scss +0 -2
- data/frameworks/compass/stylesheets/compass/utilities/general/_tabs.scss +0 -1
- data/frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss +0 -18
- data/frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss +0 -92
- data/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss +0 -81
- data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss +0 -22
- data/frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss +0 -38
- data/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss +0 -9
- data/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss +0 -3
- data/frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss +0 -3
- data/frameworks/compass/templates/ellipsis/ellipsis.sass +0 -9
- data/frameworks/compass/templates/ellipsis/manifest.rb +0 -27
- data/frameworks/compass/templates/ellipsis/xml/ellipsis.xml +0 -14
- data/frameworks/compass/templates/extension/manifest.rb +0 -26
- data/frameworks/compass/templates/extension/stylesheets/main.sass +0 -1
- data/frameworks/compass/templates/extension/templates/project/manifest.rb +0 -2
- data/frameworks/compass/templates/extension/templates/project/screen.sass +0 -2
- data/frameworks/compass/templates/project/USAGE.markdown +0 -32
- data/frameworks/compass/templates/project/ie.sass +0 -6
- data/frameworks/compass/templates/project/manifest.rb +0 -4
- data/frameworks/compass/templates/project/print.sass +0 -6
- data/frameworks/compass/templates/project/screen.sass +0 -7
- data/lib/compass/browser_support.rb +0 -62
- data/lib/compass/caniuse.rb +0 -283
- data/lib/compass/configuration.rb +0 -91
- data/lib/compass/configuration/data.rb +0 -193
- data/lib/compass/configuration/defaults.rb +0 -187
- data/lib/compass/configuration/inheritance.rb +0 -304
- data/lib/compass/configuration/paths.rb +0 -19
- data/lib/compass/exec/switch_ui.rb +0 -179
- data/lib/compass/sass_extensions/functions/colors.rb +0 -67
- data/lib/compass/sass_extensions/functions/constants.rb +0 -74
- data/lib/compass/sass_extensions/functions/cross_browser_support.rb +0 -269
- data/lib/compass/sass_extensions/functions/display.rb +0 -32
- data/lib/compass/sass_extensions/functions/enumerate.rb +0 -7
- data/lib/compass/sass_extensions/functions/env.rb +0 -59
- data/lib/compass/sass_extensions/functions/font_files.rb +0 -41
- data/lib/compass/sass_extensions/functions/gradient_support.rb +0 -611
- data/lib/compass/sass_extensions/functions/image_size.rb +0 -114
- data/lib/compass/sass_extensions/functions/inline_image.rb +0 -64
- data/lib/compass/sass_extensions/functions/lists.rb +0 -101
- data/lib/compass/sass_extensions/functions/math.rb +0 -93
- data/lib/compass/sass_extensions/functions/selectors.rb +0 -64
- data/lib/compass/sass_extensions/functions/urls.rb +0 -297
- data/lib/compass/sass_extensions/monkey_patches.rb +0 -3
- data/lib/compass/sass_extensions/monkey_patches/browser_support.rb +0 -124
- 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 +0,0 @@
|
|
1
|
-
|
@@ -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,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
|
-
}
|
data/frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss
DELETED
@@ -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; } } } } }
|