compass/lib/compass
Chris Eppstein b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
..
app_integration Merge branch 'stable' 2010-11-11 21:45:07 -08:00
commands Merge branch 'stable' 2010-11-11 21:45:07 -08:00
configuration Merge branch 'stable' 2010-11-11 21:45:07 -08:00
exec Revert "Use the new Sass gem now." 2010-11-11 21:01:42 -08:00
installers A little less noise during installation. 2010-10-30 17:51:00 -07:00
sass_extensions Merge branch 'stable' 2010-11-11 21:45:07 -08:00
actions.rb A little less noise during installation. 2010-10-30 17:51:00 -07:00
app_integration.rb Separate the project type default configuration from the installer. 2009-11-14 09:42:37 -08:00
commands.rb A command to unpack an extension from the system location. 2010-08-29 11:30:58 -07:00
compiler.rb Merge branch 'stable' 2010-11-11 21:45:07 -08:00
configuration.rb New CLI option --syntax (-x) and configuration option (preferred_syntax) that govern what sass syntax is used when adding stylesheets to a project. 2010-04-11 20:14:52 -07:00
core_ext.rb Conditionally defining #blank? on String/NilClass 2009-04-19 09:44:11 -07:00
dependencies.rb Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...). 2009-09-02 21:45:08 -07:00
errors.rb Fix some test errors that occur when gems are missing. 2009-10-30 08:19:44 -07:00
exec.rb Bug fix: make the path-based configuration really work right. 2010-08-25 08:41:03 -07:00
frameworks.rb A command to unpack an extension from the system location. 2010-08-29 11:30:58 -07:00
grid_builder.rb Generate a baseline grid only by passing 0 for the widths to the grid builder. E.g. compass grid-img 0+0x28 2010-01-14 09:05:45 -08:00
installers.rb [Command Line] Ability to create a bare project with no stylesheets provided. 2009-10-22 09:46:54 -07:00
logger.rb Only colorize the action when logging results. 2010-10-31 00:32:45 -07:00
sass_extensions.rb Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...). 2009-09-02 21:45:08 -07:00
stats.rb Fix a bug in the statistics analyzer for rules with interpolation. 2010-08-27 09:30:01 -07:00
test_case.rb [Rails] If it exists, the compass test case should inherit from ActiveSupport::TestCase. 2009-07-06 21:46:00 -07:00
validator.rb provide correct installation steps when the compass validator is not found. 2010-08-28 12:52:54 -07:00
version.rb Fix a bug in the version code that only manifests when there's no patch release version. 2010-05-16 10:16:13 -07:00