compass/lib/compass
Chris Eppstein bd6c9950e1 Merge branch 'docs'
* docs: (56 commits)
  Turn on support for -ms in experimental properties.
  document the hide-text mixin
  Allow box shadow to be turned off by @include box-shadow(none). Closes GH-102.
  Fix a broken link to the changelog
  I guess I relied on that silly import.
  Use the gemspec the way the ruby gods intended.
  Better handling of the Compass::VERSION scheme.
  RIP RUN_CODE_RUN
  remove a doc reference to an obsolete file and add some meta descriptions.
  document some small functional changes
  fixed typo in demo header styles
  allow overflow-x on code to scroll
  example code in css-slideshows
  mixin source uses :target for css interaction
  more sensible nav markup/structure
  Update the docs for lists.
  Don't need rcov usually
  Don't display a variable description for empty comments.
  add a scroll bar for long mixin defs
  More docs on the compass utilities.
  ...

Conflicts:
	REVISION
2010-04-27 01:01:26 -07:00
..
app_integration [Rails] Fix rails boot sequence in Rails 2.3.x environments. 2010-02-23 13:12:42 -08:00
commands [Command Line] The help command was not including the global options 2010-04-13 19:58:12 -07:00
configuration [Configuration] Asset hosts and cache busters were broken when using the compass CLI. 2010-04-22 13:12:35 -07:00
exec [Command Line] Command line switch (--boring) to turn off colorized output. 2010-01-10 10:52:28 -08:00
installers Correctly set the syntax of extension templates when converting them to the users preferred syntax. 2010-04-12 19:25:35 -06:00
sass_extensions [Compass Core] New function called headers() that generates header selectors. 2010-04-13 10:02:55 -07:00
actions.rb Move the compile action from the Actions module to the Compiler class. 2010-01-02 08:54:19 -08:00
app_integration.rb Separate the project type default configuration from the installer. 2009-11-14 09:42:37 -08:00
commands.rb [Command Line] Access the Sass Repl (sass -i) with the compass environment loaded. 2009-11-14 10:11:19 -08:00
compiler.rb New APIs for dealing with configuration changes and accessing a compiler instance. 2010-02-13 16:56:53 -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 [Command Line] [Windows] Disable colorized output if win32console cannot be loaded. 2010-02-13 17:45:01 -08:00
frameworks.rb Allow hidden frameworks. 2010-04-07 09:01: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 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
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 for a small change to the Sass API. 2010-04-11 21:10:11 -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 Fix some test errors that occur when gems are missing. 2009-10-30 08:19:44 -07:00
version.rb Better handling of the Compass::VERSION scheme. 2010-04-26 23:54:46 -07:00