Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: CONTRIBUTING.md
 Guardfile
 Rakefile
 TODO.md
 cli/.gitignore
 cli/Gemfile
 cli/Rakefile
 cli/VERSION
 cli/VERSION_NAME
 cli/bin/compass
 cli/compass.gemspec
 cli/features/command_line.feature
 cli/features/extensions.feature
 cli/features/step_definitions/command_line_steps.rb
 cli/features/step_definitions/extension_steps.rb
 cli/gemfiles/listen_2.gemfile
 cli/gemfiles/sass_3_3.gemfile
 cli/gemfiles/sass_local.gemfile
 cli/lib/compass.rb
 cli/lib/compass/actions.rb
 cli/lib/compass/app_integration.rb
 cli/lib/compass/app_integration/stand_alone.rb
 cli/lib/compass/app_integration/stand_alone/configuration_defaults.rb
 cli/lib/compass/app_integration/stand_alone/installer.rb
 cli/lib/compass/commands.rb
 cli/lib/compass/commands/base.rb
 cli/lib/compass/commands/clean_project.rb
 cli/lib/compass/commands/create_project.rb
 cli/lib/compass/commands/default.rb
 cli/lib/compass/commands/extension_command.rb
 cli/lib/compass/commands/help.rb
 cli/lib/compass/commands/imports.rb
 cli/lib/compass/commands/installer_command.rb
 cli/lib/compass/commands/interactive.rb
 cli/lib/compass/commands/list_frameworks.rb
 cli/lib/compass/commands/project_base.rb
 cli/lib/compass/commands/project_stats.rb
 cli/lib/compass/commands/project_structure.rb
 cli/lib/compass/commands/registry.rb
 cli/lib/compass/commands/sprite.rb
 cli/lib/compass/commands/stamp_pattern.rb
 cli/lib/compass/commands/unpack_extension.rb
 cli/lib/compass/commands/update_project.rb
 cli/lib/compass/commands/validate_project.rb
 cli/lib/compass/commands/watch_project.rb
 cli/lib/compass/commands/write_configuration.rb
 cli/lib/compass/compiler.rb
 cli/lib/compass/configuration/comments.rb
 cli/lib/compass/configuration/file_data.rb
 cli/lib/compass/configuration/helpers.rb
 cli/lib/compass/configuration/serialization.rb
 cli/lib/compass/dependencies.rb
 cli/lib/compass/deprecation.rb
 cli/lib/compass/errors.rb
 cli/lib/compass/exec.rb
 cli/lib/compass/exec/command_option_parser.rb
 cli/lib/compass/exec/global_options_parser.rb
 cli/lib/compass/exec/helpers.rb
 cli/lib/compass/exec/project_options_parser.rb
 cli/lib/compass/exec/sub_command_ui.rb
 cli/lib/compass/generated_version.rb
 cli/lib/compass/installers.rb
 cli/lib/compass/installers/bare_installer.rb
 cli/lib/compass/installers/base.rb
 cli/lib/compass/installers/manifest.rb
 cli/lib/compass/installers/manifest_installer.rb
 cli/lib/compass/installers/template_context.rb
 cli/lib/compass/logger.rb
 cli/lib/compass/quick_cache.rb
 cli/lib/compass/rails.rb
 cli/lib/compass/sass_compiler.rb
 cli/lib/compass/sass_extensions.rb
 cli/lib/compass/sass_extensions/functions.rb
 cli/lib/compass/sass_extensions/functions/sprites.rb
 cli/lib/compass/sass_extensions/sprites.rb
 cli/lib/compass/sass_extensions/sprites/engines.rb
 cli/lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
 cli/lib/compass/sass_extensions/sprites/image.rb
 cli/lib/compass/sass_extensions/sprites/image_methods.rb
 cli/lib/compass/sass_extensions/sprites/image_row.rb
 cli/lib/compass/sass_extensions/sprites/images.rb
 cli/lib/compass/sass_extensions/sprites/layout.rb
 cli/lib/compass/sass_extensions/sprites/layout/diagonal.rb
 cli/lib/compass/sass_extensions/sprites/layout/horizontal.rb
 cli/lib/compass/sass_extensions/sprites/layout/smart.rb
 cli/lib/compass/sass_extensions/sprites/layout/vertical.rb
 cli/lib/compass/sass_extensions/sprites/layout_methods.rb
 cli/lib/compass/sass_extensions/sprites/row_fitter.rb
 cli/lib/compass/sass_extensions/sprites/sprite_map.rb
 cli/lib/compass/sass_extensions/sprites/sprite_methods.rb
 cli/lib/compass/sprite_importer.rb
 cli/lib/compass/sprite_importer/binding.rb
 cli/lib/compass/sprite_importer/content.erb
 cli/lib/compass/stats.rb
 cli/lib/compass/test_case.rb
 cli/lib/compass/validator.rb
 cli/lib/compass/version.rb
 cli/test/fixtures/extensions/only_stylesheets/compass_init.rb
 cli/test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
 cli/test/fixtures/fonts/bgrove.base64.txt
 cli/test/fixtures/stylesheets/busted_font_urls/config.rb
 cli/test/fixtures/stylesheets/busted_font_urls/css/screen.css
 cli/test/fixtures/stylesheets/busted_font_urls/sass/screen.sass
 cli/test/fixtures/stylesheets/busted_image_urls/config.rb
 cli/test/fixtures/stylesheets/busted_image_urls/css/screen.css
 cli/test/fixtures/stylesheets/busted_image_urls/images/feed.png
 cli/test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png
 cli/test/fixtures/stylesheets/busted_image_urls/images/grid.png
 cli/test/fixtures/stylesheets/busted_image_urls/sass/screen.sass
 cli/test/fixtures/stylesheets/compass/config.rb
 cli/test/fixtures/stylesheets/compass/css/animation-with-legacy-ie.css
 cli/test/fixtures/stylesheets/compass/css/animation.css
 cli/test/fixtures/stylesheets/compass/css/appearance.css
 cli/test/fixtures/stylesheets/compass/css/background-clip.css
 cli/test/fixtures/stylesheets/compass/css/background-origin.css
 cli/test/fixtures/stylesheets/compass/css/background-size.css
 cli/test/fixtures/stylesheets/compass/css/border_radius.css
 cli/test/fixtures/stylesheets/compass/css/box-sizing.css
 cli/test/fixtures/stylesheets/compass/css/box.css
 cli/test/fixtures/stylesheets/compass/css/box_shadow.css
 cli/test/fixtures/stylesheets/compass/css/brightness.css
 cli/test/fixtures/stylesheets/compass/css/browser-support.css
 cli/test/fixtures/stylesheets/compass/css/color.css
 cli/test/fixtures/stylesheets/compass/css/columns.css
 cli/test/fixtures/stylesheets/compass/css/filters.css
 cli/test/fixtures/stylesheets/compass/css/flexbox.css
 cli/test/fixtures/stylesheets/compass/css/fonts.css
 cli/test/fixtures/stylesheets/compass/css/force-wrap.css
 cli/test/fixtures/stylesheets/compass/css/gradients.css
 cli/test/fixtures/stylesheets/compass/css/grid_background.css
 cli/test/fixtures/stylesheets/compass/css/hyphenation.css
 cli/test/fixtures/stylesheets/compass/css/image_size.css
 cli/test/fixtures/stylesheets/compass/css/images.css
 cli/test/fixtures/stylesheets/compass/css/layout.css
 cli/test/fixtures/stylesheets/compass/css/legacy_clearfix.css
 cli/test/fixtures/stylesheets/compass/css/lists.css
 cli/test/fixtures/stylesheets/compass/css/opacity.css
 cli/test/fixtures/stylesheets/compass/css/print.css
 cli/test/fixtures/stylesheets/compass/css/regions.css
 cli/test/fixtures/stylesheets/compass/css/replacement.css
 cli/test/fixtures/stylesheets/compass/css/reset.css
 cli/test/fixtures/stylesheets/compass/css/selection.css
 cli/test/fixtures/stylesheets/compass/css/sprites_with_explicit_separator.css
 cli/test/fixtures/stylesheets/compass/css/stretching.css
 cli/test/fixtures/stylesheets/compass/css/support.css
 cli/test/fixtures/stylesheets/compass/css/text_shadow.css
 cli/test/fixtures/stylesheets/compass/css/transform.css
 cli/test/fixtures/stylesheets/compass/css/transition.css
 cli/test/fixtures/stylesheets/compass/css/typography/links/hover-link.css
 cli/test/fixtures/stylesheets/compass/css/units.css
 cli/test/fixtures/stylesheets/compass/css/user-interface.css
 cli/test/fixtures/stylesheets/compass/css/utilities.css
 cli/test/fixtures/stylesheets/compass/css/vertical_rhythm.css
 cli/test/fixtures/stylesheets/compass/css/vertical_rhythm_with_ems.css
 cli/test/fixtures/stylesheets/compass/css/vertical_rhythm_with_px.css
 cli/test/fixtures/stylesheets/compass/css/vertical_rhythm_with_rems.css
 cli/test/fixtures/stylesheets/compass/images/100x150.gif
 cli/test/fixtures/stylesheets/compass/images/flag-s5b4f509715.png
 cli/test/fixtures/stylesheets/compass/images/flag/ad.png
 cli/test/fixtures/stylesheets/compass/images/flag/ae.png
 cli/test/fixtures/stylesheets/compass/images/flag/af.png
 cli/test/fixtures/stylesheets/compass/images/flag/ag.png
 cli/test/fixtures/stylesheets/compass/images/flag/ai.png
 cli/test/fixtures/stylesheets/compass/images/flag/al.png
 cli/test/fixtures/stylesheets/compass/images/flag/am.png
 cli/test/fixtures/stylesheets/compass/images/flag/an.png
 cli/test/fixtures/stylesheets/compass/images/flag/ao.png
 cli/test/fixtures/stylesheets/compass/images/flag/ar.png
 cli/test/fixtures/stylesheets/compass/images/flag/as.png
 cli/test/fixtures/stylesheets/compass/images/flag/at.png
 cli/test/fixtures/stylesheets/compass/images/flag/au.png
 cli/test/fixtures/stylesheets/compass/images/flag/aw.png
 cli/test/fixtures/stylesheets/compass/images/flag/ax.png
 cli/test/fixtures/stylesheets/compass/images/flag/az.png
 cli/test/fixtures/stylesheets/compass/images/flag/ba.png
 cli/test/fixtures/stylesheets/compass/images/flag/bb.png
 cli/test/fixtures/stylesheets/compass/images/flag/bd.png
 cli/test/fixtures/stylesheets/compass/images/flag/be.png
 cli/test/fixtures/stylesheets/compass/images/flag/bf.png
 cli/test/fixtures/stylesheets/compass/images/flag/bg.png
 cli/test/fixtures/stylesheets/compass/images/flag/bh.png
 cli/test/fixtures/stylesheets/compass/images/flag/bi.png
 cli/test/fixtures/stylesheets/compass/images/flag/bj.png
 cli/test/fixtures/stylesheets/compass/images/flag/bm.png
 cli/test/fixtures/stylesheets/compass/images/flag/bn.png
 cli/test/fixtures/stylesheets/compass/images/flag/bo.png
 cli/test/fixtures/stylesheets/compass/images/flag/br.png
 cli/test/fixtures/stylesheets/compass/images/flag/bs.png
 cli/test/fixtures/stylesheets/compass/images/flag/bt.png
 cli/test/fixtures/stylesheets/compass/images/flag/bv.png
 cli/test/fixtures/stylesheets/compass/images/flag/bw.png
 cli/test/fixtures/stylesheets/compass/images/flag/by.png
 cli/test/fixtures/stylesheets/compass/images/flag/bz.png
 cli/test/fixtures/stylesheets/compass/images/flag/ca.png
 cli/test/fixtures/stylesheets/compass/images/flag/catalonia.png
 cli/test/fixtures/stylesheets/compass/images/flag/cc.png
 cli/test/fixtures/stylesheets/compass/images/flag/cd.png
 cli/test/fixtures/stylesheets/compass/images/flag/cf.png
 cli/test/fixtures/stylesheets/compass/images/flag/cg.png
 cli/test/fixtures/stylesheets/compass/images/flag/ch.png
 cli/test/fixtures/stylesheets/compass/images/flag/ci.png
 cli/test/fixtures/stylesheets/compass/images/flag/ck.png
 cli/test/fixtures/stylesheets/compass/images/flag/cl.png
 cli/test/fixtures/stylesheets/compass/images/flag/cm.png
 cli/test/fixtures/stylesheets/compass/images/flag/cn.png
 cli/test/fixtures/stylesheets/compass/images/flag/co.png
 cli/test/fixtures/stylesheets/compass/images/flag/cr.png
 cli/test/fixtures/stylesheets/compass/images/flag/cs.png
 cli/test/fixtures/stylesheets/compass/images/flag/cu.png
 cli/test/fixtures/stylesheets/compass/images/flag/cv.png
 cli/test/fixtures/stylesheets/compass/images/flag/cx.png
 cli/test/fixtures/stylesheets/compass/images/flag/cy.png
 cli/test/fixtures/stylesheets/compass/images/flag/cz.png
 cli/test/fixtures/stylesheets/compass/images/flag/de.png
 cli/test/fixtures/stylesheets/compass/images/flag/dj.png
 cli/test/fixtures/stylesheets/compass/images/flag/dk.png
 cli/test/fixtures/stylesheets/compass/images/flag/dm.png
 cli/test/fixtures/stylesheets/compass/images/flag/do.png
 cli/test/fixtures/stylesheets/compass/images/flag/dz.png
 cli/test/fixtures/stylesheets/compass/images/flag/ec.png
 cli/test/fixtures/stylesheets/compass/images/flag/ee.png
 cli/test/fixtures/stylesheets/compass/images/flag/eg.png
 cli/test/fixtures/stylesheets/compass/images/flag/eh.png
 cli/test/fixtures/stylesheets/compass/images/flag/england.png
 cli/test/fixtures/stylesheets/compass/images/flag/er.png
 cli/test/fixtures/stylesheets/compass/images/flag/es.png
 cli/test/fixtures/stylesheets/compass/images/flag/et.png
 cli/test/fixtures/stylesheets/compass/images/flag/europeanunion.png
 cli/test/fixtures/stylesheets/compass/images/flag/fam.png
 cli/test/fixtures/stylesheets/compass/images/flag/fi.png
 cli/test/fixtures/stylesheets/compass/images/flag/fj.png
 cli/test/fixtures/stylesheets/compass/images/flag/fk.png
 cli/test/fixtures/stylesheets/compass/images/flag/fm.png
 cli/test/fixtures/stylesheets/compass/images/flag/fo.png
 cli/test/fixtures/stylesheets/compass/images/flag/fr.png
 cli/test/fixtures/stylesheets/compass/images/flag/ga.png
 cli/test/fixtures/stylesheets/compass/images/flag/gb.png
 cli/test/fixtures/stylesheets/compass/images/flag/gd.png
 cli/test/fixtures/stylesheets/compass/images/flag/ge.png
 cli/test/fixtures/stylesheets/compass/images/flag/gf.png
 cli/test/fixtures/stylesheets/compass/images/flag/gh.png
 cli/test/fixtures/stylesheets/compass/images/flag/gi.png
 cli/test/fixtures/stylesheets/compass/images/flag/gl.png
 cli/test/fixtures/stylesheets/compass/images/flag/gm.png
 cli/test/fixtures/stylesheets/compass/images/flag/gn.png
 cli/test/fixtures/stylesheets/compass/images/flag/gp.png
 cli/test/fixtures/stylesheets/compass/images/flag/gq.png
 cli/test/fixtures/stylesheets/compass/images/flag/gr.png
 cli/test/fixtures/stylesheets/compass/images/flag/gs.png
 cli/test/fixtures/stylesheets/compass/images/flag/gt.png
 cli/test/fixtures/stylesheets/compass/images/flag/gu.png
 cli/test/fixtures/stylesheets/compass/images/flag/gw.png
 cli/test/fixtures/stylesheets/compass/images/flag/gy.png
 cli/test/fixtures/stylesheets/compass/images/flag/hk.png
 cli/test/fixtures/stylesheets/compass/images/flag/hm.png
 cli/test/fixtures/stylesheets/compass/images/flag/hn.png
 cli/test/fixtures/stylesheets/compass/images/flag/hr.png
 cli/test/fixtures/stylesheets/compass/images/flag/ht.png
 cli/test/fixtures/stylesheets/compass/images/flag/hu.png
 cli/test/fixtures/stylesheets/compass/images/flag/id-2.png
 cli/test/fixtures/stylesheets/compass/images/flag/ie.png
 cli/test/fixtures/stylesheets/compass/images/flag/il.png
 cli/test/fixtures/stylesheets/compass/images/flag/in.png
 cli/test/fixtures/stylesheets/compass/images/flag/io.png
 cli/test/fixtures/stylesheets/compass/images/flag/iq.png
 cli/test/fixtures/stylesheets/compass/images/flag/ir.png
 cli/test/fixtures/stylesheets/compass/images/flag/is.png
 cli/test/fixtures/stylesheets/compass/images/flag/it.png
 cli/test/fixtures/stylesheets/compass/images/flag/jm.png
 cli/test/fixtures/stylesheets/compass/images/flag/jo.png
 cli/test/fixtures/stylesheets/compass/images/flag/jp.png
 cli/test/fixtures/stylesheets/compass/images/flag/ke.png
 cli/test/fixtures/stylesheets/compass/images/flag/kg.png
 cli/test/fixtures/stylesheets/compass/images/flag/kh.png
 cli/test/fixtures/stylesheets/compass/images/flag/ki.png
 cli/test/fixtures/stylesheets/compass/images/flag/km.png
 cli/test/fixtures/stylesheets/compass/images/flag/kn.png
 cli/test/fixtures/stylesheets/compass/images/flag/kp.png
 cli/test/fixtures/stylesheets/compass/images/flag/kr.png
 cli/test/fixtures/stylesheets/compass/images/flag/kw.png
 cli/test/fixtures/stylesheets/compass/images/flag/ky.png
 cli/test/fixtures/stylesheets/compass/images/flag/kz.png
 cli/test/fixtures/stylesheets/compass/images/flag/la.png
 cli/test/fixtures/stylesheets/compass/images/flag/lb.png
 cli/test/fixtures/stylesheets/compass/images/flag/lc.png
 cli/test/fixtures/stylesheets/compass/images/flag/li.png
 cli/test/fixtures/stylesheets/compass/images/flag/lk.png
 cli/test/fixtures/stylesheets/compass/images/flag/lr.png
 cli/test/fixtures/stylesheets/compass/images/flag/ls.png
 cli/test/fixtures/stylesheets/compass/images/flag/lt.png
 cli/test/fixtures/stylesheets/compass/images/flag/lu.png
 cli/test/fixtures/stylesheets/compass/images/flag/lv.png
 cli/test/fixtures/stylesheets/compass/images/flag/ly.png
 cli/test/fixtures/stylesheets/compass/images/flag/ma.png
 cli/test/fixtures/stylesheets/compass/images/flag/mc.png
 cli/test/fixtures/stylesheets/compass/images/flag/md.png
 cli/test/fixtures/stylesheets/compass/images/flag/me.png
 cli/test/fixtures/stylesheets/compass/images/flag/mg.png
 cli/test/fixtures/stylesheets/compass/images/flag/mh.png
 cli/test/fixtures/stylesheets/compass/images/flag/mk.png
 cli/test/fixtures/stylesheets/compass/images/flag/ml.png
 cli/test/fixtures/stylesheets/compass/images/flag/mm.png
 cli/test/fixtures/stylesheets/compass/images/flag/mn.png
 cli/test/fixtures/stylesheets/compass/images/flag/mo.png
 cli/test/fixtures/stylesheets/compass/images/flag/mp.png
 cli/test/fixtures/stylesheets/compass/images/flag/mq.png
 cli/test/fixtures/stylesheets/compass/images/flag/mr.png
 cli/test/fixtures/stylesheets/compass/images/flag/ms.png
 cli/test/fixtures/stylesheets/compass/images/flag/mt.png
 cli/test/fixtures/stylesheets/compass/images/flag/mu.png
 cli/test/fixtures/stylesheets/compass/images/flag/mv.png
 cli/test/fixtures/stylesheets/compass/images/flag/mw.png
 cli/test/fixtures/stylesheets/compass/images/flag/mx.png
 cli/test/fixtures/stylesheets/compass/images/flag/my.png
 cli/test/fixtures/stylesheets/compass/images/flag/mz.png
 cli/test/fixtures/stylesheets/compass/images/flag/na.png
 cli/test/fixtures/stylesheets/compass/images/flag/nc.png
 cli/test/fixtures/stylesheets/compass/images/flag/ne.png
 cli/test/fixtures/stylesheets/compass/images/flag/nf.png
 cli/test/fixtures/stylesheets/compass/images/flag/ng.png
 cli/test/fixtures/stylesheets/compass/images/flag/ni.png
 cli/test/fixtures/stylesheets/compass/images/flag/nl.png
 cli/test/fixtures/stylesheets/compass/images/flag/no.png
 cli/test/fixtures/stylesheets/compass/images/flag/np.png
 cli/test/fixtures/stylesheets/compass/images/flag/nr.png
 cli/test/fixtures/stylesheets/compass/images/flag/nu.png
 cli/test/fixtures/stylesheets/compass/images/flag/nz.png
 cli/test/fixtures/stylesheets/compass/images/flag/om.png
 cli/test/fixtures/stylesheets/compass/images/flag/pa.png
 cli/test/fixtures/stylesheets/compass/images/flag/pe.png
 cli/test/fixtures/stylesheets/compass/images/flag/pf.png
 cli/test/fixtures/stylesheets/compass/images/flag/pg.png
 cli/test/fixtures/stylesheets/compass/images/flag/ph.png
 cli/test/fixtures/stylesheets/compass/images/flag/pk.png
 cli/test/fixtures/stylesheets/compass/images/flag/pl.png
 cli/test/fixtures/stylesheets/compass/images/flag/pm.png
 cli/test/fixtures/stylesheets/compass/images/flag/pn.png
 cli/test/fixtures/stylesheets/compass/images/flag/pr.png
 cli/test/fixtures/stylesheets/compass/images/flag/ps.png
 cli/test/fixtures/stylesheets/compass/images/flag/pt.png
 cli/test/fixtures/stylesheets/compass/images/flag/pw.png
 cli/test/fixtures/stylesheets/compass/images/flag/py.png
 cli/test/fixtures/stylesheets/compass/images/flag/qa.png
 cli/test/fixtures/stylesheets/compass/images/flag/re.png
 cli/test/fixtures/stylesheets/compass/images/flag/ro.png
 cli/test/fixtures/stylesheets/compass/images/flag/rs.png
 cli/test/fixtures/stylesheets/compass/images/flag/ru.png
 cli/test/fixtures/stylesheets/compass/images/flag/rw.png
 cli/test/fixtures/stylesheets/compass/images/flag/sa.png
 cli/test/fixtures/stylesheets/compass/images/flag/sb.png
 cli/test/fixtures/stylesheets/compass/images/flag/sc.png
 cli/test/fixtures/stylesheets/compass/images/flag/scotland.png
 cli/test/fixtures/stylesheets/compass/images/flag/sd.png
 cli/test/fixtures/stylesheets/compass/images/flag/se.png
 cli/test/fixtures/stylesheets/compass/images/flag/sg.png
 cli/test/fixtures/stylesheets/compass/images/flag/sh.png
 cli/test/fixtures/stylesheets/compass/images/flag/si.png
 cli/test/fixtures/stylesheets/compass/images/flag/sj.png
 cli/test/fixtures/stylesheets/compass/images/flag/sk.png
 cli/test/fixtures/stylesheets/compass/images/flag/sl.png
 cli/test/fixtures/stylesheets/compass/images/flag/sm.png
 cli/test/fixtures/stylesheets/compass/images/flag/sn.png
 cli/test/fixtures/stylesheets/compass/images/flag/so.png
 cli/test/fixtures/stylesheets/compass/images/flag/sr.png
 cli/test/fixtures/stylesheets/compass/images/flag/st.png
 cli/test/fixtures/stylesheets/compass/images/flag/sv.png
 cli/test/fixtures/stylesheets/compass/images/flag/sy.png
 cli/test/fixtures/stylesheets/compass/images/flag/sz.png
 cli/test/fixtures/stylesheets/compass/images/flag/tc.png
 cli/test/fixtures/stylesheets/compass/images/flag/td.png
 cli/test/fixtures/stylesheets/compass/images/flag/tf.png
 cli/test/fixtures/stylesheets/compass/images/flag/tg.png
 cli/test/fixtures/stylesheets/compass/images/flag/th.png
 cli/test/fixtures/stylesheets/compass/images/flag/tj.png
 cli/test/fixtures/stylesheets/compass/images/flag/tk.png
 cli/test/fixtures/stylesheets/compass/images/flag/tl.png
 cli/test/fixtures/stylesheets/compass/images/flag/tm.png
 cli/test/fixtures/stylesheets/compass/images/flag/tn.png
 cli/test/fixtures/stylesheets/compass/images/flag/to.png
 cli/test/fixtures/stylesheets/compass/images/flag/tr.png
 cli/test/fixtures/stylesheets/compass/images/flag/tt.png
 cli/test/fixtures/stylesheets/compass/images/flag/tv.png
 cli/test/fixtures/stylesheets/compass/images/flag/tw.png
 cli/test/fixtures/stylesheets/compass/images/flag/tz.png
 cli/test/fixtures/stylesheets/compass/images/flag/ua.png
 cli/test/fixtures/stylesheets/compass/images/flag/ug.png
 cli/test/fixtures/stylesheets/compass/images/flag/um.png
 cli/test/fixtures/stylesheets/compass/images/flag/us.png
 cli/test/fixtures/stylesheets/compass/images/flag/uy.png
 cli/test/fixtures/stylesheets/compass/images/flag/uz.png
 cli/test/fixtures/stylesheets/compass/images/flag/va.png
 cli/test/fixtures/stylesheets/compass/images/flag/vc.png
 cli/test/fixtures/stylesheets/compass/images/flag/ve.png
 cli/test/fixtures/stylesheets/compass/images/flag/vg.png
 cli/test/fixtures/stylesheets/compass/images/flag/vi.png
 cli/test/fixtures/stylesheets/compass/images/flag/vn.png
 cli/test/fixtures/stylesheets/compass/images/flag/vu.png
 cli/test/fixtures/stylesheets/compass/images/flag/wales.png
 cli/test/fixtures/stylesheets/compass/images/flag/wf.png
 cli/test/fixtures/stylesheets/compass/images/flag/ws.png
 cli/test/fixtures/stylesheets/compass/images/flag/ye.png
 cli/test/fixtures/stylesheets/compass/images/flag/yt.png
 cli/test/fixtures/stylesheets/compass/images/flag/za.png
 cli/test/fixtures/stylesheets/compass/images/flag/zm.png
 cli/test/fixtures/stylesheets/compass/images/flag/zw.png
 cli/test/fixtures/stylesheets/compass/images/flag_states-sc42d7bf926.png
 cli/test/fixtures/stylesheets/compass/images/flag_states/foo.png
 cli/test/fixtures/stylesheets/compass/images/flag_states/foo_active.png
 cli/test/fixtures/stylesheets/compass/images/flag_states/foo_focus.png
 cli/test/fixtures/stylesheets/compass/images/flag_states/foo_hover.png
 cli/test/fixtures/stylesheets/compass/images/flag_states/foo_target.png
 cli/test/fixtures/stylesheets/compass/sass/animation-with-legacy-ie.scss
 cli/test/fixtures/stylesheets/compass/sass/animation.scss
 cli/test/fixtures/stylesheets/compass/sass/appearance.scss
 cli/test/fixtures/stylesheets/compass/sass/background-clip.scss
 cli/test/fixtures/stylesheets/compass/sass/background-origin.scss
 cli/test/fixtures/stylesheets/compass/sass/background-size.scss
 cli/test/fixtures/stylesheets/compass/sass/border_radius.scss
 cli/test/fixtures/stylesheets/compass/sass/box-sizing.scss
 cli/test/fixtures/stylesheets/compass/sass/box.sass
 cli/test/fixtures/stylesheets/compass/sass/box_shadow.scss
 cli/test/fixtures/stylesheets/compass/sass/brightness.scss
 cli/test/fixtures/stylesheets/compass/sass/browser-support.scss
 cli/test/fixtures/stylesheets/compass/sass/color.scss
 cli/test/fixtures/stylesheets/compass/sass/columns.scss
 cli/test/fixtures/stylesheets/compass/sass/filters.scss
 cli/test/fixtures/stylesheets/compass/sass/flexbox.scss
 cli/test/fixtures/stylesheets/compass/sass/fonts.sass
 cli/test/fixtures/stylesheets/compass/sass/force-wrap.scss
 cli/test/fixtures/stylesheets/compass/sass/gradients.sass
 cli/test/fixtures/stylesheets/compass/sass/grid_background.scss
 cli/test/fixtures/stylesheets/compass/sass/hyphenation.scss
 cli/test/fixtures/stylesheets/compass/sass/image_size.sass
 cli/test/fixtures/stylesheets/compass/sass/images.scss
 cli/test/fixtures/stylesheets/compass/sass/layout.sass
 cli/test/fixtures/stylesheets/compass/sass/legacy_clearfix.scss
 cli/test/fixtures/stylesheets/compass/sass/lists.scss
 cli/test/fixtures/stylesheets/compass/sass/opacity.scss
 cli/test/fixtures/stylesheets/compass/sass/print.sass
 cli/test/fixtures/stylesheets/compass/sass/regions.scss
 cli/test/fixtures/stylesheets/compass/sass/replacement.scss
 cli/test/fixtures/stylesheets/compass/sass/reset.sass
 cli/test/fixtures/stylesheets/compass/sass/selection.scss
 cli/test/fixtures/stylesheets/compass/sass/sprites_with_explicit_separator.scss
 cli/test/fixtures/stylesheets/compass/sass/stretching.sass
 cli/test/fixtures/stylesheets/compass/sass/support.scss
 cli/test/fixtures/stylesheets/compass/sass/text_shadow.scss
 cli/test/fixtures/stylesheets/compass/sass/transform.scss
 cli/test/fixtures/stylesheets/compass/sass/transition.scss
 cli/test/fixtures/stylesheets/compass/sass/typography/links/hover-link.scss
 cli/test/fixtures/stylesheets/compass/sass/units.scss
 cli/test/fixtures/stylesheets/compass/sass/user-interface.scss
 cli/test/fixtures/stylesheets/compass/sass/utilities.scss
 cli/test/fixtures/stylesheets/compass/sass/vertical_rhythm.scss
 cli/test/fixtures/stylesheets/compass/sass/vertical_rhythm_with_ems.scss
 cli/test/fixtures/stylesheets/compass/sass/vertical_rhythm_with_px.scss
 cli/test/fixtures/stylesheets/compass/sass/vertical_rhythm_with_rems.scss
 cli/test/fixtures/stylesheets/envtest/config.rb
 cli/test/fixtures/stylesheets/envtest/css/env.css
 cli/test/fixtures/stylesheets/envtest/sass/env.scss
 cli/test/fixtures/stylesheets/error/config.rb
 cli/test/fixtures/stylesheets/error/sass/screen.sass
 cli/test/fixtures/stylesheets/image_urls/config.rb
 cli/test/fixtures/stylesheets/image_urls/css/screen.css
 cli/test/fixtures/stylesheets/image_urls/images/grid.png
 cli/test/fixtures/stylesheets/image_urls/sass/screen.sass
 cli/test/fixtures/stylesheets/relative/assets/images/testing.png
 cli/test/fixtures/stylesheets/relative/config.rb
 cli/test/fixtures/stylesheets/relative/css/ie.css
 cli/test/fixtures/stylesheets/relative/css/print.css
 cli/test/fixtures/stylesheets/relative/css/screen.css
 cli/test/fixtures/stylesheets/relative/sass/ie.sass
 cli/test/fixtures/stylesheets/relative/sass/print.sass
 cli/test/fixtures/stylesheets/relative/sass/screen.sass
 cli/test/fixtures/stylesheets/sourcemaps/config.rb
 cli/test/fixtures/stylesheets/sourcemaps/css/another_simple.css
 cli/test/fixtures/stylesheets/sourcemaps/css/another_simple.css.map
 cli/test/fixtures/stylesheets/sourcemaps/css/simple.css
 cli/test/fixtures/stylesheets/sourcemaps/css/simple.css.map
 cli/test/fixtures/stylesheets/sourcemaps/css/with_libraries.css
 cli/test/fixtures/stylesheets/sourcemaps/css/with_libraries.css.map
 cli/test/fixtures/stylesheets/sourcemaps/sass/another_simple.scss
 cli/test/fixtures/stylesheets/sourcemaps/sass/simple.sass
 cli/test/fixtures/stylesheets/sourcemaps/sass/with_libraries.scss
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/config.rb
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/ie.scss
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/print.scss
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/screen.scss
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/ie.css
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/print.css
 cli/test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/screen.css
 cli/test/fixtures/stylesheets/valid/config.rb
 cli/test/fixtures/stylesheets/valid/sass/another_simple.scss
 cli/test/fixtures/stylesheets/valid/sass/simple.sass
 cli/test/fixtures/stylesheets/with_sass_globbing/config.rb
 cli/test/fixtures/stylesheets/with_sass_globbing/css/screen.css
 cli/test/fixtures/stylesheets/with_sass_globbing/sass/partials/_1.scss
 cli/test/fixtures/stylesheets/with_sass_globbing/sass/partials/_2.scss
 cli/test/fixtures/stylesheets/with_sass_globbing/sass/partials/_3.scss
 cli/test/fixtures/stylesheets/with_sass_globbing/sass/screen.scss
 cli/test/helpers/command_line.rb
 cli/test/helpers/diff.rb
 cli/test/helpers/io.rb
 cli/test/helpers/rails.rb
 cli/test/helpers/test_case.rb
 cli/test/integrations/compass_test.rb
 cli/test/integrations/sprites_test.rb
 cli/test/test_helper.rb
 cli/test/units/actions_test.rb
 cli/test/units/caniuse_test.rb
 cli/test/units/command_line_test.rb
 cli/test/units/compass_util_test.rb
 cli/test/units/compiler_test.rb
 cli/test/units/configuration_test.rb
 cli/test/units/regressions_test.rb
 cli/test/units/sass_extensions_test.rb
 cli/test/units/sass_extenstions/gradients_test.rb
 cli/test/units/sprites/engine_test.rb
 cli/test/units/sprites/image_row_test.rb
 cli/test/units/sprites/image_test.rb
 cli/test/units/sprites/images_test.rb
 cli/test/units/sprites/importer_test.rb
 cli/test/units/sprites/layout_test.rb
 cli/test/units/sprites/row_fitter_test.rb
 cli/test/units/sprites/sprite_command_test.rb
 cli/test/units/sprites/sprite_map_test.rb
 compass-style.org/.compass/config.rb
 compass-style.org/.gitignore
 compass-style.org/.livereload
 compass-style.org/Gemfile
 compass-style.org/Gemfile.lock
 compass-style.org/Procfile
 compass-style.org/README.markdown
 compass-style.org/Rakefile
 compass-style.org/Rules
 compass-style.org/assets/htaccess
 compass-style.org/assets/images/bg-light.jpg
 compass-style.org/assets/images/compass-logo-small-dark.png
 compass-style.org/assets/images/compass-logo-small-light.png
 compass-style.org/assets/images/compass-logo.png
 compass-style.org/assets/images/compass_icon.png
 compass-style.org/assets/images/sites/busyconf.jpg
 compass-style.org/assets/images/sites/caring.jpg
 compass-style.org/assets/images/sites/cofamilies.jpg
 compass-style.org/assets/images/sites/cornell.jpg
 compass-style.org/assets/images/sites/dailymile.jpg
 compass-style.org/assets/images/sites/hubblesite.jpg
 compass-style.org/assets/images/sites/jumpstartlab.jpg
 compass-style.org/assets/images/sites/memberhub.jpg
 compass-style.org/assets/images/sites/sencha.jpg
 compass-style.org/assets/images/sites/status.heroku.jpg
 compass-style.org/assets/images/tutorials/sprites/layout/diagonal.png
 compass-style.org/assets/images/tutorials/sprites/layout/horizontal.png
 compass-style.org/assets/images/tutorials/sprites/layout/smart.png
 compass-style.org/assets/images/tutorials/sprites/layout/vert.png
 compass-style.org/assets/javascripts/fixups.js
 compass-style.org/assets/javascripts/install.js
 compass-style.org/assets/javascripts/placeholder.js
 compass-style.org/assets/javascripts/site.js
 compass-style.org/authors.yml
 compass-style.org/config.yaml
 compass-style.org/content/.livereload
 compass-style.org/content/blog.haml
 compass-style.org/content/blog/archive.haml
 compass-style.org/content/blog/atom.haml
 compass-style.org/content/examples/blueprint/grid/pull/stylesheet.scss
 compass-style.org/content/examples/blueprint/grid/two_cols/stylesheet.scss
 compass-style.org/content/examples/compass/css3/background-clip.haml
 compass-style.org/content/examples/compass/css3/background-clip/markup.haml
 compass-style.org/content/examples/compass/css3/background-clip/stylesheet.scss
 compass-style.org/content/examples/compass/css3/background-origin.haml
 compass-style.org/content/examples/compass/css3/background-origin/markup.haml
 compass-style.org/content/examples/compass/css3/background-origin/stylesheet.scss
 compass-style.org/content/examples/compass/css3/background-size.haml
 compass-style.org/content/examples/compass/css3/background-size/markup.haml
 compass-style.org/content/examples/compass/css3/background-size/stylesheet.scss
 compass-style.org/content/examples/compass/css3/border_radius.haml
 compass-style.org/content/examples/compass/css3/border_radius/markup.haml
 compass-style.org/content/examples/compass/css3/border_radius/stylesheet.scss
 compass-style.org/content/examples/compass/css3/box_shadow.haml
 compass-style.org/content/examples/compass/css3/box_shadow/markup.haml
 compass-style.org/content/examples/compass/css3/box_shadow/stylesheet.scss
 compass-style.org/content/examples/compass/css3/box_sizing.haml
 compass-style.org/content/examples/compass/css3/box_sizing/markup.haml
 compass-style.org/content/examples/compass/css3/box_sizing/stylesheet.scss
 compass-style.org/content/examples/compass/css3/columns.haml
 compass-style.org/content/examples/compass/css3/columns/markup.haml
 compass-style.org/content/examples/compass/css3/columns/stylesheet.scss
 compass-style.org/content/examples/compass/css3/flexbox.haml
 compass-style.org/content/examples/compass/css3/flexbox/markup.haml
 compass-style.org/content/examples/compass/css3/flexbox/stylesheet.scss
 compass-style.org/content/examples/compass/css3/font-face.haml
 compass-style.org/content/examples/compass/css3/font-face/markup.haml
 compass-style.org/content/examples/compass/css3/font-face/stylesheet.scss
 compass-style.org/content/examples/compass/css3/gradient.haml
 compass-style.org/content/examples/compass/css3/gradient/markup.haml
 compass-style.org/content/examples/compass/css3/gradient/stylesheet.scss
 compass-style.org/content/examples/compass/css3/inline_block.haml
 compass-style.org/content/examples/compass/css3/inline_block/markup.haml
 compass-style.org/content/examples/compass/css3/inline_block/stylesheet.scss
 compass-style.org/content/examples/compass/css3/input-placeholder.haml
 compass-style.org/content/examples/compass/css3/input-placeholder/markup.haml
 compass-style.org/content/examples/compass/css3/input-placeholder/stylesheet.scss
 compass-style.org/content/examples/compass/css3/opacity.haml
 compass-style.org/content/examples/compass/css3/opacity/markup.haml
 compass-style.org/content/examples/compass/css3/opacity/stylesheet.scss
 compass-style.org/content/examples/compass/css3/regions.haml
 compass-style.org/content/examples/compass/css3/regions/markup.haml
 compass-style.org/content/examples/compass/css3/regions/stylesheet.scss
 compass-style.org/content/examples/compass/css3/text_shadow.haml
 compass-style.org/content/examples/compass/css3/text_shadow/markup.haml
 compass-style.org/content/examples/compass/css3/text_shadow/stylesheet.scss
 compass-style.org/content/examples/compass/css3/transition.haml
 compass-style.org/content/examples/compass/css3/transition/markup.haml
 compass-style.org/content/examples/compass/css3/transition/stylesheet.scss
 compass-style.org/content/examples/compass/helpers/elements-of-type.haml
 compass-style.org/content/examples/compass/helpers/elements-of-type/markup.haml
 compass-style.org/content/examples/compass/helpers/elements-of-type/stylesheet.scss
 compass-style.org/content/examples/compass/helpers/enumerate.haml
 compass-style.org/content/examples/compass/helpers/enumerate/markup.haml
 compass-style.org/content/examples/compass/helpers/enumerate/stylesheet.scss
 compass-style.org/content/examples/compass/helpers/using-extend-in-place-of-enumerate.haml
 compass-style.org/content/examples/compass/helpers/using-extend-in-place-of-enumerate/markup.haml
 compass-style.org/content/examples/compass/helpers/using-extend-in-place-of-enumerate/stylesheet.scss
 compass-style.org/content/examples/compass/layout/sticky-footer.haml
 compass-style.org/content/examples/compass/layout/sticky-footer/markup.haml
 compass-style.org/content/examples/compass/layout/sticky-footer/stylesheet.scss
 compass-style.org/content/examples/compass/layout/stretching.haml
 compass-style.org/content/examples/compass/layout/stretching/markup.haml
 compass-style.org/content/examples/compass/layout/stretching/stylesheet.scss
 compass-style.org/content/examples/compass/tables/all.haml
 compass-style.org/content/examples/compass/tables/all/markup.haml
 compass-style.org/content/examples/compass/tables/all/stylesheet.scss
 compass-style.org/content/examples/compass/tables/borders.haml
 compass-style.org/content/examples/compass/tables/borders/markup.haml
 compass-style.org/content/examples/compass/tables/borders/stylesheet.scss
 compass-style.org/content/examples/compass/tables/scaffolding.haml
 compass-style.org/content/examples/compass/tables/scaffolding/markup.haml
 compass-style.org/content/examples/compass/tables/scaffolding/stylesheet.scss
 compass-style.org/content/examples/compass/tables/striping.haml
 compass-style.org/content/examples/compass/tables/striping/markup.haml
 compass-style.org/content/examples/compass/tables/striping/stylesheet.scss
 compass-style.org/content/examples/compass/utilities/contrast.haml
 compass-style.org/content/examples/compass/utilities/contrast/markup.haml
 compass-style.org/content/examples/compass/utilities/contrast/stylesheet.scss
 compass-style.org/content/examples/index.haml
 compass-style.org/content/frameworks.haml
 compass-style.org/content/get-involved/index.haml
 compass-style.org/content/help/documentation.haml
 compass-style.org/content/help/documentation/command-line.markdown
 compass-style.org/content/help/documentation/sass-based-configuration-options.markdown
 compass-style.org/content/help/documentation/tuning-vendor-prefixes.markdown
 compass-style.org/content/help/index.haml
 compass-style.org/content/help/tutorials.haml
 compass-style.org/content/help/tutorials/best_practices.markdown
 compass-style.org/content/help/tutorials/configurable-variables.haml
 compass-style.org/content/help/tutorials/contributing.markdown
 compass-style.org/content/help/tutorials/extending.markdown
 compass-style.org/content/help/tutorials/extensions.markdown
 compass-style.org/content/help/tutorials/integration.markdown
 compass-style.org/content/help/tutorials/production-css.markdown
 compass-style.org/content/help/tutorials/spriting.markdown
 compass-style.org/content/help/tutorials/spriting/customization-options.markdown
 compass-style.org/content/help/tutorials/spriting/magic-selectors.markdown
 compass-style.org/content/help/tutorials/spriting/sprite-layouts.markdown
 compass-style.org/content/help/tutorials/testing.markdown
 compass-style.org/content/help/tutorials/upgrading.markdown
 compass-style.org/content/help/tutorials/upgrading/antares.markdown
 compass-style.org/content/help/tutorials/upgrading/im-scared.markdown
 compass-style.org/content/help/tutorials/upgrading/lemonade_upgrade_guide.markdown
 compass-style.org/content/index.haml
 compass-style.org/content/index/functions.haml
 compass-style.org/content/index/mixins.haml
 compass-style.org/content/index/variables.haml
 compass-style.org/content/install.haml
 compass-style.org/content/posts/2011-04-24-v011-release.markdown
 compass-style.org/content/posts/2011-04-26-compass-release-strategy.markdown
 compass-style.org/content/posts/2011-05-09-compass-django.markdown
 compass-style.org/content/posts/2012-01-29-compass-and-rails-integration.markdown
 compass-style.org/content/posts/2012-02-01-compass-0-12-is-released.markdown
 compass-style.org/content/posts/2012-05-20-removing-blueprint.markdown
 compass-style.org/content/posts/2013-11-27-compass-versioning-change.markdown
 compass-style.org/content/posts/2014-08-15-omg-compass-1-0.markdown
 compass-style.org/content/reference.haml
 compass-style.org/content/reference/compass.haml
 compass-style.org/content/reference/compass/css3.haml
 compass-style.org/content/reference/compass/css3/animation.haml
 compass-style.org/content/reference/compass/css3/appearance.haml
 compass-style.org/content/reference/compass/css3/background_clip.haml
 compass-style.org/content/reference/compass/css3/background_origin.haml
 compass-style.org/content/reference/compass/css3/background_size.haml
 compass-style.org/content/reference/compass/css3/border_radius.haml
 compass-style.org/content/reference/compass/css3/box.haml
 compass-style.org/content/reference/compass/css3/box_shadow.haml
 compass-style.org/content/reference/compass/css3/box_sizing.haml
 compass-style.org/content/reference/compass/css3/columns.haml
 compass-style.org/content/reference/compass/css3/filter.haml
 compass-style.org/content/reference/compass/css3/flexbox.haml
 compass-style.org/content/reference/compass/css3/font_face.haml
 compass-style.org/content/reference/compass/css3/hyphenation.haml
 compass-style.org/content/reference/compass/css3/images.haml
 compass-style.org/content/reference/compass/css3/inline_block.haml
 compass-style.org/content/reference/compass/css3/opacity.haml
 compass-style.org/content/reference/compass/css3/pie.haml
 compass-style.org/content/reference/compass/css3/regions.haml
 compass-style.org/content/reference/compass/css3/selection.haml
 compass-style.org/content/reference/compass/css3/shared.haml
 compass-style.org/content/reference/compass/css3/text-shadow.haml
 compass-style.org/content/reference/compass/css3/transform.haml
 compass-style.org/content/reference/compass/css3/transition.haml
 compass-style.org/content/reference/compass/css3/user_interface.haml
 compass-style.org/content/reference/compass/helpers.haml
 compass-style.org/content/reference/compass/helpers/color-stops.haml
 compass-style.org/content/reference/compass/helpers/colors.haml
 compass-style.org/content/reference/compass/helpers/constants.haml
 compass-style.org/content/reference/compass/helpers/cross-browser.haml
 compass-style.org/content/reference/compass/helpers/display.haml
 compass-style.org/content/reference/compass/helpers/env.haml
 compass-style.org/content/reference/compass/helpers/font-files.haml
 compass-style.org/content/reference/compass/helpers/image-dimensions.haml
 compass-style.org/content/reference/compass/helpers/inline-data.haml
 compass-style.org/content/reference/compass/helpers/math.haml
 compass-style.org/content/reference/compass/helpers/selectors.haml
 compass-style.org/content/reference/compass/helpers/sprites.haml
 compass-style.org/content/reference/compass/helpers/urls.haml
 compass-style.org/content/reference/compass/layout.haml
 compass-style.org/content/reference/compass/layout/grid_background.haml
 compass-style.org/content/reference/compass/layout/sticky_footer.haml
 compass-style.org/content/reference/compass/layout/stretching.haml
 compass-style.org/content/reference/compass/reset-legacy.haml
 compass-style.org/content/reference/compass/reset-legacy/utilities-legacy.haml
 compass-style.org/content/reference/compass/reset.haml
 compass-style.org/content/reference/compass/reset/utilities.haml
 compass-style.org/content/reference/compass/support.haml
 compass-style.org/content/reference/compass/typography.haml
 compass-style.org/content/reference/compass/typography/links.haml
 compass-style.org/content/reference/compass/typography/links/hover_link.haml
 compass-style.org/content/reference/compass/typography/links/link_colors.haml
 compass-style.org/content/reference/compass/typography/links/unstyled_link.haml
 compass-style.org/content/reference/compass/typography/lists.haml
 compass-style.org/content/reference/compass/typography/lists/bullets.haml
 compass-style.org/content/reference/compass/typography/lists/horizontal_list.haml
 compass-style.org/content/reference/compass/typography/lists/inline-block-list.haml
 compass-style.org/content/reference/compass/typography/lists/inline_list.haml
 compass-style.org/content/reference/compass/typography/text.haml
 compass-style.org/content/reference/compass/typography/text/ellipsis.haml
 compass-style.org/content/reference/compass/typography/text/force-wrap.haml
 compass-style.org/content/reference/compass/typography/text/nowrap.haml
 compass-style.org/content/reference/compass/typography/text/replacement.haml
 compass-style.org/content/reference/compass/typography/vertical_rhythm.haml
 compass-style.org/content/reference/compass/utilities.haml
 compass-style.org/content/reference/compass/utilities/color.haml
 compass-style.org/content/reference/compass/utilities/color/brightness.haml
 compass-style.org/content/reference/compass/utilities/color/contrast.haml
 compass-style.org/content/reference/compass/utilities/general.haml
 compass-style.org/content/reference/compass/utilities/general/clearfix.haml
 compass-style.org/content/reference/compass/utilities/general/float.haml
 compass-style.org/content/reference/compass/utilities/general/hacks.haml
 compass-style.org/content/reference/compass/utilities/general/min.haml
 compass-style.org/content/reference/compass/utilities/general/reset.haml
 compass-style.org/content/reference/compass/utilities/general/tag_cloud.haml
 compass-style.org/content/reference/compass/utilities/print.haml
 compass-style.org/content/reference/compass/utilities/sprites.haml
 compass-style.org/content/reference/compass/utilities/sprites/base.haml
 compass-style.org/content/reference/compass/utilities/sprites/sprite_img.haml
 compass-style.org/content/reference/compass/utilities/tables.haml
 compass-style.org/content/reference/compass/utilities/tables/alternating_rows_and_columns.haml
 compass-style.org/content/reference/compass/utilities/tables/borders.haml
 compass-style.org/content/reference/compass/utilities/tables/scaffolding.haml
 compass-style.org/content/screencast.haml
 compass-style.org/content/search-data.js.erb
 compass-style.org/content/search.haml
 compass-style.org/content/sitemap.xml
 compass-style.org/content/stylesheets/core/_base-classes.sass
 compass-style.org/content/stylesheets/core/_clearing-classes.sass
 compass-style.org/content/stylesheets/core/_extensions.scss
 compass-style.org/content/stylesheets/core/_media-block.scss
 compass-style.org/content/stylesheets/home.scss
 compass-style.org/content/stylesheets/ie.scss
 compass-style.org/content/stylesheets/partials/_ads.scss
 compass-style.org/content/stylesheets/partials/_blog.scss
 compass-style.org/content/stylesheets/partials/_code.scss
 compass-style.org/content/stylesheets/partials/_example.scss
 compass-style.org/content/stylesheets/partials/_home.scss
 compass-style.org/content/stylesheets/partials/_install.scss
 compass-style.org/content/stylesheets/partials/_layout.scss
 compass-style.org/content/stylesheets/partials/_main.scss
 compass-style.org/content/stylesheets/partials/_nav.scss
 compass-style.org/content/stylesheets/partials/_sidebar.scss
 compass-style.org/content/stylesheets/partials/_theme.scss
 compass-style.org/content/stylesheets/partials/_typography.scss
 compass-style.org/content/stylesheets/screen.scss
 compass-style.org/content/stylesheets/syntax/_shCore.scss
 compass-style.org/content/stylesheets/syntax/_shThemeRDark.scss
 compass-style.org/content/stylesheets/syntax/_syntax-theme.scss
 compass-style.org/content/stylesheets/syntax/_theme_template.scss
 compass-style.org/layouts/article.haml
 compass-style.org/layouts/basic.haml
 compass-style.org/layouts/blog.haml
 compass-style.org/layouts/core.haml
 compass-style.org/layouts/default.haml
 compass-style.org/layouts/documentation.haml
 compass-style.org/layouts/example.haml
 compass-style.org/layouts/homepage.haml
 compass-style.org/layouts/main.haml
 compass-style.org/layouts/partials/ad.haml
 compass-style.org/layouts/partials/analytics.haml
 compass-style.org/layouts/partials/breadcrumbs.haml
 compass-style.org/layouts/partials/example.haml
 compass-style.org/layouts/partials/footer.haml
 compass-style.org/layouts/partials/js-core.haml
 compass-style.org/layouts/partials/js-highlighter.haml
 compass-style.org/layouts/partials/main-navigation.haml
 compass-style.org/layouts/partials/reference/const_table.haml
 compass-style.org/layouts/partials/reference/constants.haml
 compass-style.org/layouts/partials/reference/examples.haml
 compass-style.org/layouts/partials/reference/functions.haml
 compass-style.org/layouts/partials/reference/import-few.haml
 compass-style.org/layouts/partials/reference/import.haml
 compass-style.org/layouts/partials/reference/imports.haml
 compass-style.org/layouts/partials/reference/mixins.haml
 compass-style.org/layouts/partials/reference/selectors.haml
 compass-style.org/layouts/partials/sidebar.haml
 compass-style.org/layouts/partials/sidebar/container.haml
 compass-style.org/layouts/partials/sidebar/heading.haml
 compass-style.org/layouts/partials/sidebar/item.haml
 compass-style.org/layouts/post.haml
 compass-style.org/layouts/redirect.haml
 compass-style.org/layouts/reference.haml
 compass-style.org/layouts/simple_core.haml
 compass-style.org/layouts/site.haml
 compass-style.org/layouts/tutorial.haml
 compass-style.org/lib/blog.rb
 compass-style.org/lib/data_sources/asset_data_source.rb
 compass-style.org/lib/data_sources/better_combined_datasource.rb
 compass-style.org/lib/data_sources/core_extensions.rb
 compass-style.org/lib/data_sources/nanoc_monkey_patches.rb
 compass-style.org/lib/data_sources/syntax_highter.rb
 compass-style.org/lib/default.rb
 compass-style.org/lib/examples.rb
 compass-style.org/lib/search.rb
 compass-style.org/lib/stylesheets.rb
 compass-style.org/lib/stylesheets/sass_extensions.rb
 compass-style.org/misc/error-icon.png
 compass-style.org/misc/success-icon.png
 compass-style.org/tasks/generators.thor
 core/.gitignore
 core/Gemfile
 core/README.md
 core/Rakefile
 core/VERSION
 core/compass-core.gemspec
 core/data/caniuse.json
 core/data/caniuse_extras/css-placeholder.json
 core/lib/compass-core.rb
 core/lib/compass/browser_support.rb
 core/lib/compass/configuration.rb
 core/lib/compass/configuration/adapters.rb
 core/lib/compass/configuration/data.rb
 core/lib/compass/configuration/defaults.rb
 core/lib/compass/configuration/inheritance.rb
 core/lib/compass/configuration/paths.rb
 core/lib/compass/configuration/watch.rb
 core/lib/compass/core.rb
 core/lib/compass/core/caniuse.rb
 core/lib/compass/core/generated_version.rb
 core/lib/compass/core/sass_extensions.rb
 core/lib/compass/core/sass_extensions/functions.rb
 core/lib/compass/core/sass_extensions/functions/colors.rb
 core/lib/compass/core/sass_extensions/functions/configuration.rb
 core/lib/compass/core/sass_extensions/functions/constants.rb
 core/lib/compass/core/sass_extensions/functions/cross_browser_support.rb
 core/lib/compass/core/sass_extensions/functions/display.rb
 core/lib/compass/core/sass_extensions/functions/enumerate.rb
 core/lib/compass/core/sass_extensions/functions/env.rb
 core/lib/compass/core/sass_extensions/functions/files.rb
 core/lib/compass/core/sass_extensions/functions/font_files.rb
 core/lib/compass/core/sass_extensions/functions/gradient_support.rb
 core/lib/compass/core/sass_extensions/functions/image_size.rb
 core/lib/compass/core/sass_extensions/functions/inline_image.rb
 core/lib/compass/core/sass_extensions/functions/lists.rb
 core/lib/compass/core/sass_extensions/functions/math.rb
 core/lib/compass/core/sass_extensions/functions/selectors.rb
 core/lib/compass/core/sass_extensions/functions/urls.rb
 core/lib/compass/core/sass_extensions/monkey_patches.rb
 core/lib/compass/core/sass_extensions/monkey_patches/browser_support.rb
 core/lib/compass/core/sass_extensions/monkey_patches/traversal.rb
 core/lib/compass/core/version.rb
 core/lib/compass/error.rb
 core/lib/compass/frameworks.rb
 core/lib/compass/util.rb
 core/stylesheets/_compass.scss
 core/stylesheets/_lemonade.scss
 core/stylesheets/compass/_configuration.scss
 core/stylesheets/compass/_css3.scss
 core/stylesheets/compass/_layout.scss
 core/stylesheets/compass/_reset-legacy.scss
 core/stylesheets/compass/_reset.scss
 core/stylesheets/compass/_support.scss
 core/stylesheets/compass/_typography.scss
 core/stylesheets/compass/_utilities.scss
 core/stylesheets/compass/css3/_animation.scss
 core/stylesheets/compass/css3/_appearance.scss
 core/stylesheets/compass/css3/_background-clip.scss
 core/stylesheets/compass/css3/_background-origin.scss
 core/stylesheets/compass/css3/_background-size.scss
 core/stylesheets/compass/css3/_border-radius.scss
 core/stylesheets/compass/css3/_box-shadow.scss
 core/stylesheets/compass/css3/_box-sizing.scss
 core/stylesheets/compass/css3/_box.scss
 core/stylesheets/compass/css3/_columns.scss
 core/stylesheets/compass/css3/_deprecated-support.scss
 core/stylesheets/compass/css3/_filter.scss
 core/stylesheets/compass/css3/_flexbox.scss
 core/stylesheets/compass/css3/_font-face.scss
 core/stylesheets/compass/css3/_hyphenation.scss
 core/stylesheets/compass/css3/_images.scss
 core/stylesheets/compass/css3/_inline-block.scss
 core/stylesheets/compass/css3/_opacity.scss
 core/stylesheets/compass/css3/_pie.scss
 core/stylesheets/compass/css3/_regions.scss
 core/stylesheets/compass/css3/_selection.scss
 core/stylesheets/compass/css3/_shared.scss
 core/stylesheets/compass/css3/_text-shadow.scss
 core/stylesheets/compass/css3/_transform.scss
 core/stylesheets/compass/css3/_transition.scss
 core/stylesheets/compass/css3/_user-interface.scss
 core/stylesheets/compass/layout/_grid-background.scss
 core/stylesheets/compass/layout/_sticky-footer.scss
 core/stylesheets/compass/layout/_stretching.scss
 core/stylesheets/compass/reset/_utilities-legacy.scss
 core/stylesheets/compass/reset/_utilities.scss
 core/stylesheets/compass/typography/_links.scss
 core/stylesheets/compass/typography/_lists.scss
 core/stylesheets/compass/typography/_text.scss
 core/stylesheets/compass/typography/_units.scss
 core/stylesheets/compass/typography/_vertical_rhythm.scss
 core/stylesheets/compass/typography/links/_hover-link.scss
 core/stylesheets/compass/typography/links/_link-colors.scss
 core/stylesheets/compass/typography/links/_unstyled-link.scss
 core/stylesheets/compass/typography/lists/_bullets.scss
 core/stylesheets/compass/typography/lists/_horizontal-list.scss
 core/stylesheets/compass/typography/lists/_inline-block-list.scss
 core/stylesheets/compass/typography/lists/_inline-list.scss
 core/stylesheets/compass/typography/text/_ellipsis.scss
 core/stylesheets/compass/typography/text/_force-wrap.scss
 core/stylesheets/compass/typography/text/_nowrap.scss
 core/stylesheets/compass/typography/text/_replacement.scss
 core/stylesheets/compass/utilities/_color.scss
 core/stylesheets/compass/utilities/_general.scss
 core/stylesheets/compass/utilities/_links.scss
 core/stylesheets/compass/utilities/_lists.scss
 core/stylesheets/compass/utilities/_print.scss
 core/stylesheets/compass/utilities/_sass.scss
 core/stylesheets/compass/utilities/_sprites.scss
 core/stylesheets/compass/utilities/_tables.scss
 core/stylesheets/compass/utilities/_text.scss
 core/stylesheets/compass/utilities/color/_brightness.scss
 core/stylesheets/compass/utilities/color/_contrast.scss
 core/stylesheets/compass/utilities/general/_clearfix.scss
 core/stylesheets/compass/utilities/general/_float.scss
 core/stylesheets/compass/utilities/general/_hacks.scss
 core/stylesheets/compass/utilities/general/_min.scss
 core/stylesheets/compass/utilities/general/_reset.scss
 core/stylesheets/compass/utilities/general/_tabs.scss
 core/stylesheets/compass/utilities/general/_tag-cloud.scss
 core/stylesheets/compass/utilities/links/_hover-link.scss
 core/stylesheets/compass/utilities/links/_link-colors.scss
 core/stylesheets/compass/utilities/links/_unstyled-link.scss
 core/stylesheets/compass/utilities/lists/_bullets.scss
 core/stylesheets/compass/utilities/lists/_horizontal-list.scss
 core/stylesheets/compass/utilities/lists/_inline-block-list.scss
 core/stylesheets/compass/utilities/lists/_inline-list.scss
 core/stylesheets/compass/utilities/sass/_lists.scss
 core/stylesheets/compass/utilities/sass/_maps.scss
 core/stylesheets/compass/utilities/sprites/_base.scss
 core/stylesheets/compass/utilities/sprites/_sprite-img.scss
 core/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss
 core/stylesheets/compass/utilities/tables/_borders.scss
 core/stylesheets/compass/utilities/tables/_scaffolding.scss
 core/stylesheets/compass/utilities/text/_ellipsis.scss
 core/stylesheets/compass/utilities/text/_nowrap.scss
 core/stylesheets/compass/utilities/text/_replacement.scss
 core/templates/ellipsis/ellipsis.sass
 core/templates/ellipsis/manifest.rb
 core/templates/ellipsis/xml/ellipsis.xml
 core/templates/extension/manifest.rb
 core/templates/extension/stylesheets/main.sass
 core/templates/extension/templates/project/manifest.rb
 core/templates/extension/templates/project/screen.sass
 core/templates/project/USAGE.markdown
 core/templates/project/ie.sass
 core/templates/project/manifest.rb
 core/templates/project/print.sass
 core/templates/project/screen.sass
 core/test/helpers/diff.rb
 core/test/integrations/projects/.gitignore
 core/test/integrations/projects/busted_font_urls/css/screen.css
 core/test/integrations/projects/busted_font_urls/sass/_project-setup.scss
 core/test/integrations/projects/busted_font_urls/sass/screen.sass
 core/test/integrations/projects/busted_image_urls/css/screen.css
 core/test/integrations/projects/busted_image_urls/images/feed.png
 core/test/integrations/projects/busted_image_urls/images/flags/dk.png
 core/test/integrations/projects/busted_image_urls/images/flags/gb.png
 core/test/integrations/projects/busted_image_urls/images/flags/us.png
 core/test/integrations/projects/busted_image_urls/images/grid.png
 core/test/integrations/projects/busted_image_urls/sass/_project-setup.scss
 core/test/integrations/projects/busted_image_urls/sass/screen.sass
 core/test/integrations/projects/compass/css/animation-with-legacy-ie.css
 core/test/integrations/projects/compass/css/animation.css
 core/test/integrations/projects/compass/css/appearance.css
 core/test/integrations/projects/compass/css/background-clip.css
 core/test/integrations/projects/compass/css/background-origin.css
 core/test/integrations/projects/compass/css/background-size.css
 core/test/integrations/projects/compass/css/border_radius.css
 core/test/integrations/projects/compass/css/box-sizing.css
 core/test/integrations/projects/compass/css/box.css
 core/test/integrations/projects/compass/css/box_shadow.css
 core/test/integrations/projects/compass/css/brightness.css
 core/test/integrations/projects/compass/css/browser-support.css
 core/test/integrations/projects/compass/css/color.css
 core/test/integrations/projects/compass/css/columns.css
 core/test/integrations/projects/compass/css/env.css
 core/test/integrations/projects/compass/css/filters.css
 core/test/integrations/projects/compass/css/flexbox.css
 core/test/integrations/projects/compass/css/fonts.css
 core/test/integrations/projects/compass/css/force-wrap.css
 core/test/integrations/projects/compass/css/gradients.css
 core/test/integrations/projects/compass/css/grid_background.css
 core/test/integrations/projects/compass/css/hyphenation.css
 core/test/integrations/projects/compass/css/image_size.css
 core/test/integrations/projects/compass/css/images.css
 core/test/integrations/projects/compass/css/issue-1853.css
 core/test/integrations/projects/compass/css/layout.css
 core/test/integrations/projects/compass/css/legacy_clearfix.css
 core/test/integrations/projects/compass/css/lists.css
 core/test/integrations/projects/compass/css/opacity.css
 core/test/integrations/projects/compass/css/print.css
 core/test/integrations/projects/compass/css/regions.css
 core/test/integrations/projects/compass/css/replacement.css
 core/test/integrations/projects/compass/css/reset.css
 core/test/integrations/projects/compass/css/selection.css
 core/test/integrations/projects/compass/css/selection.css.3.3
 core/test/integrations/projects/compass/css/stretching.css
 core/test/integrations/projects/compass/css/support.css
 core/test/integrations/projects/compass/css/table.css
 core/test/integrations/projects/compass/css/text_shadow.css
 core/test/integrations/projects/compass/css/transform.css
 core/test/integrations/projects/compass/css/transition.css
 core/test/integrations/projects/compass/css/typography/links/hover-link.css
 core/test/integrations/projects/compass/css/units.css
 core/test/integrations/projects/compass/css/user-interface.css
 core/test/integrations/projects/compass/css/utilities.css
 core/test/integrations/projects/compass/css/utilities.css.3.3
 core/test/integrations/projects/compass/css/vertical_rhythm.css
 core/test/integrations/projects/compass/images/100x150.gif
 core/test/integrations/projects/compass/images/flag-s5b4f509715.png
 core/test/integrations/projects/compass/images/flag/ad.png
 core/test/integrations/projects/compass/images/flag/ae.png
 core/test/integrations/projects/compass/images/flag/af.png
 core/test/integrations/projects/compass/images/flag/ag.png
 core/test/integrations/projects/compass/images/flag/ai.png
 core/test/integrations/projects/compass/images/flag/al.png
 core/test/integrations/projects/compass/images/flag/am.png
 core/test/integrations/projects/compass/images/flag/an.png
 core/test/integrations/projects/compass/images/flag/ao.png
 core/test/integrations/projects/compass/images/flag/ar.png
 core/test/integrations/projects/compass/images/flag/as.png
 core/test/integrations/projects/compass/images/flag/at.png
 core/test/integrations/projects/compass/images/flag/au.png
 core/test/integrations/projects/compass/images/flag/aw.png
 core/test/integrations/projects/compass/images/flag/ax.png
 core/test/integrations/projects/compass/images/flag/az.png
 core/test/integrations/projects/compass/images/flag/ba.png
 core/test/integrations/projects/compass/images/flag/bb.png
 core/test/integrations/projects/compass/images/flag/bd.png
 core/test/integrations/projects/compass/images/flag/be.png
 core/test/integrations/projects/compass/images/flag/bf.png
 core/test/integrations/projects/compass/images/flag/bg.png
 core/test/integrations/projects/compass/images/flag/bh.png
 core/test/integrations/projects/compass/images/flag/bi.png
 core/test/integrations/projects/compass/images/flag/bj.png
 core/test/integrations/projects/compass/images/flag/bm.png
 core/test/integrations/projects/compass/images/flag/bn.png
 core/test/integrations/projects/compass/images/flag/bo.png
 core/test/integrations/projects/compass/images/flag/br.png
 core/test/integrations/projects/compass/images/flag/bs.png
 core/test/integrations/projects/compass/images/flag/bt.png
 core/test/integrations/projects/compass/images/flag/bv.png
 core/test/integrations/projects/compass/images/flag/bw.png
 core/test/integrations/projects/compass/images/flag/by.png
 core/test/integrations/projects/compass/images/flag/bz.png
 core/test/integrations/projects/compass/images/flag/ca.png
 core/test/integrations/projects/compass/images/flag/catalonia.png
 core/test/integrations/projects/compass/images/flag/cc.png
 core/test/integrations/projects/compass/images/flag/cd.png
 core/test/integrations/projects/compass/images/flag/cf.png
 core/test/integrations/projects/compass/images/flag/cg.png
 core/test/integrations/projects/compass/images/flag/ch.png
 core/test/integrations/projects/compass/images/flag/ci.png
 core/test/integrations/projects/compass/images/flag/ck.png
 core/test/integrations/projects/compass/images/flag/cl.png
 core/test/integrations/projects/compass/images/flag/cm.png
 core/test/integrations/projects/compass/images/flag/cn.png
 core/test/integrations/projects/compass/images/flag/co.png
 core/test/integrations/projects/compass/images/flag/cr.png
 core/test/integrations/projects/compass/images/flag/cs.png
 core/test/integrations/projects/compass/images/flag/cu.png
 core/test/integrations/projects/compass/images/flag/cv.png
 core/test/integrations/projects/compass/images/flag/cx.png
 core/test/integrations/projects/compass/images/flag/cy.png
 core/test/integrations/projects/compass/images/flag/cz.png
 core/test/integrations/projects/compass/images/flag/de.png
 core/test/integrations/projects/compass/images/flag/dj.png
 core/test/integrations/projects/compass/images/flag/dk.png
 core/test/integrations/projects/compass/images/flag/dm.png
 core/test/integrations/projects/compass/images/flag/do.png
 core/test/integrations/projects/compass/images/flag/dz.png
 core/test/integrations/projects/compass/images/flag/ec.png
 core/test/integrations/projects/compass/images/flag/ee.png
 core/test/integrations/projects/compass/images/flag/eg.png
 core/test/integrations/projects/compass/images/flag/eh.png
 core/test/integrations/projects/compass/images/flag/england.png
 core/test/integrations/projects/compass/images/flag/er.png
 core/test/integrations/projects/compass/images/flag/es.png
 core/test/integrations/projects/compass/images/flag/et.png
 core/test/integrations/projects/compass/images/flag/europeanunion.png
 core/test/integrations/projects/compass/images/flag/fam.png
 core/test/integrations/projects/compass/images/flag/fi.png
 core/test/integrations/projects/compass/images/flag/fj.png
 core/test/integrations/projects/compass/images/flag/fk.png
 core/test/integrations/projects/compass/images/flag/fm.png
 core/test/integrations/projects/compass/images/flag/fo.png
 core/test/integrations/projects/compass/images/flag/fr.png
 core/test/integrations/projects/compass/images/flag/ga.png
 core/test/integrations/projects/compass/images/flag/gb.png
 core/test/integrations/projects/compass/images/flag/gd.png
 core/test/integrations/projects/compass/images/flag/ge.png
 core/test/integrations/projects/compass/images/flag/gf.png
 core/test/integrations/projects/compass/images/flag/gh.png
 core/test/integrations/projects/compass/images/flag/gi.png
 core/test/integrations/projects/compass/images/flag/gl.png
 core/test/integrations/projects/compass/images/flag/gm.png
 core/test/integrations/projects/compass/images/flag/gn.png
 core/test/integrations/projects/compass/images/flag/gp.png
 core/test/integrations/projects/compass/images/flag/gq.png
 core/test/integrations/projects/compass/images/flag/gr.png
 core/test/integrations/projects/compass/images/flag/gs.png
 core/test/integrations/projects/compass/images/flag/gt.png
 core/test/integrations/projects/compass/images/flag/gu.png
 core/test/integrations/projects/compass/images/flag/gw.png
 core/test/integrations/projects/compass/images/flag/gy.png
 core/test/integrations/projects/compass/images/flag/hk.png
 core/test/integrations/projects/compass/images/flag/hm.png
 core/test/integrations/projects/compass/images/flag/hn.png
 core/test/integrations/projects/compass/images/flag/hr.png
 core/test/integrations/projects/compass/images/flag/ht.png
 core/test/integrations/projects/compass/images/flag/hu.png
 core/test/integrations/projects/compass/images/flag/id-2.png
 core/test/integrations/projects/compass/images/flag/ie.png
 core/test/integrations/projects/compass/images/flag/il.png
 core/test/integrations/projects/compass/images/flag/in.png
 core/test/integrations/projects/compass/images/flag/io.png
 core/test/integrations/projects/compass/images/flag/iq.png
 core/test/integrations/projects/compass/images/flag/ir.png
 core/test/integrations/projects/compass/images/flag/is.png
 core/test/integrations/projects/compass/images/flag/it.png
 core/test/integrations/projects/compass/images/flag/jm.png
 core/test/integrations/projects/compass/images/flag/jo.png
 core/test/integrations/projects/compass/images/flag/jp.png
 core/test/integrations/projects/compass/images/flag/ke.png
 core/test/integrations/projects/compass/images/flag/kg.png
 core/test/integrations/projects/compass/images/flag/kh.png
 core/test/integrations/projects/compass/images/flag/ki.png
 core/test/integrations/projects/compass/images/flag/km.png
 core/test/integrations/projects/compass/images/flag/kn.png
 core/test/integrations/projects/compass/images/flag/kp.png
 core/test/integrations/projects/compass/images/flag/kr.png
 core/test/integrations/projects/compass/images/flag/kw.png
 core/test/integrations/projects/compass/images/flag/ky.png
 core/test/integrations/projects/compass/images/flag/kz.png
 core/test/integrations/projects/compass/images/flag/la.png
 core/test/integrations/projects/compass/images/flag/lb.png
 core/test/integrations/projects/compass/images/flag/lc.png
 core/test/integrations/projects/compass/images/flag/li.png
 core/test/integrations/projects/compass/images/flag/lk.png
 core/test/integrations/projects/compass/images/flag/lr.png
 core/test/integrations/projects/compass/images/flag/ls.png
 core/test/integrations/projects/compass/images/flag/lt.png
 core/test/integrations/projects/compass/images/flag/lu.png
 core/test/integrations/projects/compass/images/flag/lv.png
 core/test/integrations/projects/compass/images/flag/ly.png
 core/test/integrations/projects/compass/images/flag/ma.png
 core/test/integrations/projects/compass/images/flag/mc.png
 core/test/integrations/projects/compass/images/flag/md.png
 core/test/integrations/projects/compass/images/flag/me.png
 core/test/integrations/projects/compass/images/flag/mg.png
 core/test/integrations/projects/compass/images/flag/mh.png
 core/test/integrations/projects/compass/images/flag/mk.png
 core/test/integrations/projects/compass/images/flag/ml.png
 core/test/integrations/projects/compass/images/flag/mm.png
 core/test/integrations/projects/compass/images/flag/mn.png
 core/test/integrations/projects/compass/images/flag/mo.png
 core/test/integrations/projects/compass/images/flag/mp.png
 core/test/integrations/projects/compass/images/flag/mq.png
 core/test/integrations/projects/compass/images/flag/mr.png
 core/test/integrations/projects/compass/images/flag/ms.png
 core/test/integrations/projects/compass/images/flag/mt.png
 core/test/integrations/projects/compass/images/flag/mu.png
 core/test/integrations/projects/compass/images/flag/mv.png
 core/test/integrations/projects/compass/images/flag/mw.png
 core/test/integrations/projects/compass/images/flag/mx.png
 core/test/integrations/projects/compass/images/flag/my.png
 core/test/integrations/projects/compass/images/flag/mz.png
 core/test/integrations/projects/compass/images/flag/na.png
 core/test/integrations/projects/compass/images/flag/nc.png
 core/test/integrations/projects/compass/images/flag/ne.png
 core/test/integrations/projects/compass/images/flag/nf.png
 core/test/integrations/projects/compass/images/flag/ng.png
 core/test/integrations/projects/compass/images/flag/ni.png
 core/test/integrations/projects/compass/images/flag/nl.png
 core/test/integrations/projects/compass/images/flag/no.png
 core/test/integrations/projects/compass/images/flag/np.png
 core/test/integrations/projects/compass/images/flag/nr.png
 core/test/integrations/projects/compass/images/flag/nu.png
 core/test/integrations/projects/compass/images/flag/nz.png
 core/test/integrations/projects/compass/images/flag/om.png
 core/test/integrations/projects/compass/images/flag/pa.png
 core/test/integrations/projects/compass/images/flag/pe.png
 core/test/integrations/projects/compass/images/flag/pf.png
 core/test/integrations/projects/compass/images/flag/pg.png
 core/test/integrations/projects/compass/images/flag/ph.png
 core/test/integrations/projects/compass/images/flag/pk.png
 core/test/integrations/projects/compass/images/flag/pl.png
 core/test/integrations/projects/compass/images/flag/pm.png
 core/test/integrations/projects/compass/images/flag/pn.png
 core/test/integrations/projects/compass/images/flag/pr.png
 core/test/integrations/projects/compass/images/flag/ps.png
 core/test/integrations/projects/compass/images/flag/pt.png
 core/test/integrations/projects/compass/images/flag/pw.png
 core/test/integrations/projects/compass/images/flag/py.png
 core/test/integrations/projects/compass/images/flag/qa.png
 core/test/integrations/projects/compass/images/flag/re.png
 core/test/integrations/projects/compass/images/flag/ro.png
 core/test/integrations/projects/compass/images/flag/rs.png
 core/test/integrations/projects/compass/images/flag/ru.png
 core/test/integrations/projects/compass/images/flag/rw.png
 core/test/integrations/projects/compass/images/flag/sa.png
 core/test/integrations/projects/compass/images/flag/sb.png
 core/test/integrations/projects/compass/images/flag/sc.png
 core/test/integrations/projects/compass/images/flag/scotland.png
 core/test/integrations/projects/compass/images/flag/sd.png
 core/test/integrations/projects/compass/images/flag/se.png
 core/test/integrations/projects/compass/images/flag/sg.png
 core/test/integrations/projects/compass/images/flag/sh.png
 core/test/integrations/projects/compass/images/flag/si.png
 core/test/integrations/projects/compass/images/flag/sj.png
 core/test/integrations/projects/compass/images/flag/sk.png
 core/test/integrations/projects/compass/images/flag/sl.png
 core/test/integrations/projects/compass/images/flag/sm.png
 core/test/integrations/projects/compass/images/flag/sn.png
 core/test/integrations/projects/compass/images/flag/so.png
 core/test/integrations/projects/compass/images/flag/sr.png
 core/test/integrations/projects/compass/images/flag/st.png
 core/test/integrations/projects/compass/images/flag/sv.png
 core/test/integrations/projects/compass/images/flag/sy.png
 core/test/integrations/projects/compass/images/flag/sz.png
 core/test/integrations/projects/compass/images/flag/tc.png
 core/test/integrations/projects/compass/images/flag/td.png
 core/test/integrations/projects/compass/images/flag/tf.png
 core/test/integrations/projects/compass/images/flag/tg.png
 core/test/integrations/projects/compass/images/flag/th.png
 core/test/integrations/projects/compass/images/flag/tj.png
 core/test/integrations/projects/compass/images/flag/tk.png
 core/test/integrations/projects/compass/images/flag/tl.png
 core/test/integrations/projects/compass/images/flag/tm.png
 core/test/integrations/projects/compass/images/flag/tn.png
 core/test/integrations/projects/compass/images/flag/to.png
 core/test/integrations/projects/compass/images/flag/tr.png
 core/test/integrations/projects/compass/images/flag/tt.png
 core/test/integrations/projects/compass/images/flag/tv.png
 core/test/integrations/projects/compass/images/flag/tw.png
 core/test/integrations/projects/compass/images/flag/tz.png
 core/test/integrations/projects/compass/images/flag/ua.png
 core/test/integrations/projects/compass/images/flag/ug.png
 core/test/integrations/projects/compass/images/flag/um.png
 core/test/integrations/projects/compass/images/flag/us.png
 core/test/integrations/projects/compass/images/flag/uy.png
 core/test/integrations/projects/compass/images/flag/uz.png
 core/test/integrations/projects/compass/images/flag/va.png
 core/test/integrations/projects/compass/images/flag/vc.png
 core/test/integrations/projects/compass/images/flag/ve.png
 core/test/integrations/projects/compass/images/flag/vg.png
 core/test/integrations/projects/compass/images/flag/vi.png
 core/test/integrations/projects/compass/images/flag/vn.png
 core/test/integrations/projects/compass/images/flag/vu.png
 core/test/integrations/projects/compass/images/flag/wales.png
 core/test/integrations/projects/compass/images/flag/wf.png
 core/test/integrations/projects/compass/images/flag/ws.png
 core/test/integrations/projects/compass/images/flag/ye.png
 core/test/integrations/projects/compass/images/flag/yt.png
 core/test/integrations/projects/compass/images/flag/za.png
 core/test/integrations/projects/compass/images/flag/zm.png
 core/test/integrations/projects/compass/images/flag/zw.png
 core/test/integrations/projects/compass/images/flag_states-sc42d7bf926.png
 core/test/integrations/projects/compass/images/flag_states/foo.png
 core/test/integrations/projects/compass/images/flag_states/foo_active.png
 core/test/integrations/projects/compass/images/flag_states/foo_focus.png
 core/test/integrations/projects/compass/images/flag_states/foo_hover.png
 core/test/integrations/projects/compass/images/flag_states/foo_target.png
 core/test/integrations/projects/compass/sass/_project-setup.scss
 core/test/integrations/projects/compass/sass/animation-with-legacy-ie.scss
 core/test/integrations/projects/compass/sass/animation.scss
 core/test/integrations/projects/compass/sass/appearance.scss
 core/test/integrations/projects/compass/sass/background-clip.scss
 core/test/integrations/projects/compass/sass/background-origin.scss
 core/test/integrations/projects/compass/sass/background-size.scss
 core/test/integrations/projects/compass/sass/border_radius.scss
 core/test/integrations/projects/compass/sass/box-sizing.scss
 core/test/integrations/projects/compass/sass/box.sass
 core/test/integrations/projects/compass/sass/box_shadow.scss
 core/test/integrations/projects/compass/sass/brightness.scss
 core/test/integrations/projects/compass/sass/browser-support.scss
 core/test/integrations/projects/compass/sass/color.scss
 core/test/integrations/projects/compass/sass/columns.scss
 core/test/integrations/projects/compass/sass/env.scss
 core/test/integrations/projects/compass/sass/filters.scss
 core/test/integrations/projects/compass/sass/flexbox.scss
 core/test/integrations/projects/compass/sass/fonts.sass
 core/test/integrations/projects/compass/sass/force-wrap.scss
 core/test/integrations/projects/compass/sass/gradients.sass
 core/test/integrations/projects/compass/sass/grid_background.scss
 core/test/integrations/projects/compass/sass/hyphenation.scss
 core/test/integrations/projects/compass/sass/image_size.sass
 core/test/integrations/projects/compass/sass/images.scss
 core/test/integrations/projects/compass/sass/issue-1853.scss
 core/test/integrations/projects/compass/sass/layout.sass
 core/test/integrations/projects/compass/sass/legacy_clearfix.scss
 core/test/integrations/projects/compass/sass/lists.scss
 core/test/integrations/projects/compass/sass/opacity.scss
 core/test/integrations/projects/compass/sass/print.sass
 core/test/integrations/projects/compass/sass/regions.scss
 core/test/integrations/projects/compass/sass/replacement.scss
 core/test/integrations/projects/compass/sass/reset.sass
 core/test/integrations/projects/compass/sass/selection.scss
 core/test/integrations/projects/compass/sass/stretching.sass
 core/test/integrations/projects/compass/sass/support.scss
 core/test/integrations/projects/compass/sass/table.scss
 core/test/integrations/projects/compass/sass/text_shadow.scss
 core/test/integrations/projects/compass/sass/transform.scss
 core/test/integrations/projects/compass/sass/transition.scss
 core/test/integrations/projects/compass/sass/typography/links/hover-link.scss
 core/test/integrations/projects/compass/sass/units.scss
 core/test/integrations/projects/compass/sass/user-interface.scss
 core/test/integrations/projects/compass/sass/utilities.scss
 core/test/integrations/projects/compass/sass/vertical_rhythm.scss
 core/test/integrations/projects/envtest/css/env.css
 core/test/integrations/projects/envtest/sass/_project-setup.scss
 core/test/integrations/projects/envtest/sass/env.scss
 core/test/integrations/projects/image_urls/css/screen.css
 core/test/integrations/projects/image_urls/images/grid.png
 core/test/integrations/projects/image_urls/sass/_project-setup.scss
 core/test/integrations/projects/image_urls/sass/screen.sass
 core/test/integrations/projects/relative/assets/images/testing.png
 core/test/integrations/projects/relative/css/ie.css
 core/test/integrations/projects/relative/css/print.css
 core/test/integrations/projects/relative/css/screen.css
 core/test/integrations/projects/relative/sass/_project-setup.scss
 core/test/integrations/projects/relative/sass/ie.sass
 core/test/integrations/projects/relative/sass/print.sass
 core/test/integrations/projects/relative/sass/screen.sass
 core/test/integrations/projects/uses_only_stylesheets_ext/css/ie.css
 core/test/integrations/projects/uses_only_stylesheets_ext/css/print.css
 core/test/integrations/projects/uses_only_stylesheets_ext/css/screen.css
 core/test/integrations/projects/uses_only_stylesheets_ext/sass/ie.scss
 core/test/integrations/projects/uses_only_stylesheets_ext/sass/print.scss
 core/test/integrations/projects/uses_only_stylesheets_ext/sass/screen.scss
 core/test/integrations/projects/valid/css/simple.css
 core/test/integrations/projects/valid/sass/simple.sass
 core/test/integrations/projects_test.rb
 core/test/integrations/test_helper.rb
 core/test/units/configuration_test.rb
 core/test/units/frameworks_test.rb
 core/test/units/shared_extension_paths_test.rb
 core/test/units/test_helper.rb
 core/test/units/urls_test.rb
 debian/NEWS
 debian/README.source
 debian/compat
 debian/control
 debian/control.in
 debian/gbp.conf
 debian/patches/1001-avoid-rubygems.patch
 debian/patches/1002-fix-VERSION-path.patch
 debian/patches/2001_avoid_git_in_gemspec.patch
 debian/patches/2002-frameworks-below-usr-share.patch
 debian/patches/2003_disable_rb-fsevent.patch
 debian/patches/series
 debian/require-rubygems.overrides
 debian/ruby-compass-core.install
 debian/ruby-compass.lintian-overrides
 debian/source/format
 debian/source/lintian-overrides
 debian/watch
 import-once/.gitignore
 import-once/Gemfile
 import-once/Gemfile_sass_3_2
 import-once/README.md
 import-once/Rakefile
 import-once/VERSION
 import-once/compass-import-once.gemspec
 import-once/lib/compass-import-once.rb
 import-once/lib/compass/import-once.rb
 import-once/lib/compass/import-once/activate.rb
 import-once/lib/compass/import-once/engine.rb
 import-once/lib/compass/import-once/importer.rb
 import-once/lib/compass/import-once/version.rb
 import-once/test/diff_as_string.rb
 import-once/test/fixtures/_simple_partial.scss
 import-once/test/fixtures/basic.css
 import-once/test/fixtures/basic.scss
 import-once/test/fixtures/force_import.css
 import-once/test/fixtures/force_import.scss
 import-once/test/fixtures/with_globbing.css
 import-once/test/fixtures/with_globbing.scss
 import-once/test/import_once_test.rb
 import-once/test/test_helper.rb
 test_all.sh
Copyright: NONE
License: UNKNOWN
 FIXME

Files: cli/test/fixtures/fonts/bgrove.ttf
 cli/test/fixtures/stylesheets/busted_font_urls/fonts/feed.ttf
 cli/test/fixtures/stylesheets/busted_font_urls/fonts/grid.ttf
 cli/test/fixtures/stylesheets/busted_font_urls/fonts/sub/dk.ttf
 compass-style.org/assets/fonts/examples/bgrove.otf
 compass-style.org/assets/fonts/examples/bgrove.ttf
 core/test/integrations/projects/busted_font_urls/fonts/feed.ttf
 core/test/integrations/projects/busted_font_urls/fonts/grid.ttf
 core/test/integrations/projects/busted_font_urls/fonts/sub/dk.ttf
Copyright: Created by Nathan Eady, using Inkscape (http:www.inkscape.org) and FontForge 2.0 (http:fontforge.sf.net). This font has been released into the public domain by the author.
License: UNKNOWN
 FIXME

Files: compass-style.org/assets/javascripts/shBrushCss.js
 compass-style.org/assets/javascripts/shBrushPlain.js
 compass-style.org/assets/javascripts/shBrushSass.js
 compass-style.org/assets/javascripts/shBrushScss.js
 compass-style.org/assets/javascripts/shBrushXml.js
Copyright: Copyright (C) 2004-2010 Alex Gorbatchev.
License: UNKNOWN
 FIXME

Files: core/LICENSE.txt
 import-once/LICENSE.txt
Copyright: 2013, Chris Eppstein
License: Expat
 FIXME

Files: LICENSE.markdown
Copyright: 2009-2014, Christopher M. Eppstein
License: Expat
 FIXME

Files: debian/rules
Copyright: 2011-2012, 2014-2017, Jonas Smedegaard <dr@jones.dk>
License: GPL-3+
 FIXME

Files: debian/copyright-check
Copyright: 2016-2017, Jonas Smedegaard <dr@jones.dk>
  check
License: GPL-3+
 FIXME

Files: cli/lib/compass/commands/print_version.rb
Copyright: 2008, -#{Time.now.year} Chris Eppstein"
License: UNKNOWN
 FIXME

Files: README.markdown
Copyright: 2008-2014, Christopher M. Eppstein<br>
License: UNKNOWN
 FIXME

Files: compass-style.org/assets/javascripts/jquery.cookie.js
Copyright: 2006, Klaus Hartl (stilbuero.de)
License: UNKNOWN
 FIXME

Files: compass-style.org/content/help/documentation/configuration-reference.markdown
Copyright: My Company 2011"
License: UNKNOWN
 FIXME

Files: compass-style.org/content/copyright.markdown
Copyright: crumb: Copyright
  layout: article
License: UNKNOWN
 FIXME

Files: compass-style.org/content/CHANGELOG.markdown
Copyright: s and terms of use clear for people who care about such things.
License: UNKNOWN
 FIXME

