Commit Graph

1667 Commits

Author SHA1 Message Date
Chris Eppstein
0374d8e230 [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
Since the browser default is 0, you shouldn't see any visible change.
Set $default-box-shadow-spread to 0 if you prefer the older behavior.
2010-11-01 09:24:35 -07:00
Chris Eppstein
66dd1ebfb3 update the lockfile 2010-11-01 00:48:50 -07:00
Chris Eppstein
46454f8d5a some todos 2010-11-01 00:48:50 -07:00
Chris Eppstein
45d4a8837b Move the contributing guide to the tutorials section. 2010-11-01 00:48:50 -07:00
Chris Eppstein
b5943dd450 add on-page anchors to the command line reference page. 2010-11-01 00:48:50 -07:00
Chris Eppstein
99a95e25e0 Better docs on the grid image command.
Closes GH-213.
2010-11-01 00:48:31 -07:00
Chris Eppstein
deef53f437 Move the tutorials to the main nav... I don't think most people see it. 2010-10-31 23:51:17 -07:00
Chris Eppstein
5dea2be6ac Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207 2010-10-31 00:56:57 -07:00
Chris Eppstein
55a649fbc5 Add a note about the colorization change. 2010-10-31 00:37:40 -07:00
Chris Eppstein
6c89c5c287 Add a note about the compass validator 2010-10-31 00:36:56 -07:00
Chris Eppstein
6486693b80 Only colorize the action when logging results. 2010-10-31 00:32:45 -07:00
Chris Eppstein
c39808c5c9 Update to use the new compass validator during development. 2010-10-31 00:29:26 -07:00
Chris Eppstein
f3fb895a32 Fix broken test cases. 2010-10-30 21:59:38 -07:00
Chris Eppstein
3a6481d2d5 Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206 2010-10-30 18:34:49 -07:00
Jeff Siegel
762c6a0b18 IE8 compat for :last-child selector 2010-10-30 18:06:42 -07:00
Chris Eppstein
a03ee6cb8f Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments. 2010-10-30 17:59:18 -07:00
Chris Eppstein
b601fb8d04 Pass --no-line-comments to disable line comments. 2010-10-30 17:55:30 -07:00
Chris Eppstein
a154d2e5cf A little less noise during installation. 2010-10-30 17:51:00 -07:00
Chris Eppstein
4ba6e57106 Change the default Sass directory in standalone projects from src to sass. Closes GH-203 2010-10-30 17:00:09 -07:00
Chris Eppstein
a40fce8af1 Bug fix: In webkit, when the last gradient color stop was a percent less than 100%, the
intermediate values were being scaled to that value. Closes GH-118.
2010-10-30 16:45:25 -07:00
Chris Eppstein
03e01c4eb2 Add the ability to print out compass configuration values 2010-10-30 15:46:26 -07:00
Chris Eppstein
81e2836f37 fix some test failures 2010-10-30 15:37:02 -07:00
Chris Eppstein
fcef174285 update ignores 2010-10-30 09:19:58 -07:00
Chris Eppstein
92afc6d426 Bump version for release 2010-10-27 07:59:28 -07:00
Chris Eppstein
a8cf0beadc Add a command line option to print out the value of a particular configuration value. 2010-10-25 17:52:13 -07:00
Chris Eppstein
a42ccfb16c info on writing tests and some images. 2010-10-14 21:30:24 -07:00
Chris Eppstein
f274ec9f1e fix failing test 2010-10-14 21:28:51 -07:00
Chris Eppstein
1cd73f4132 more contribution updates. 2010-10-14 18:04:13 -07:00
Chris Eppstein
fab2436c1e update contribution howto 2010-10-13 23:15:16 -07:00
Chris Eppstein
67da3ee809 Start documentation on how to contribute to compass. 2010-10-12 09:51:33 -07:00
Chris Eppstein
3501a37608 version bump 2010-10-11 04:28:08 -07:00
Chris Eppstein
069f328562 Document the browser support variables 2010-10-11 04:27:42 -07:00
Chris Eppstein
60fc4b79ce Allow users to disable the hacks surrounding IE6&7 by disabling legacy support for IE. 2010-10-11 03:51:51 -07:00
Chris Eppstein
00fe77715a Make this example work right. 2010-10-11 03:10:35 -07:00
Chris Eppstein
37db7f3b8c Add help text for the imports subcommand.
Closes GH-182
2010-10-11 02:33:35 -07:00
Chris Eppstein
45ca5eb147 Fix error in installation instructions on scss-based projects.
Closes GH-186.
2010-10-11 02:24:50 -07:00
Chris Eppstein
8a59e34ec8 Merge branch 'stable'
* stable:
  Fix broken test.
  tests for padding free horizontal list.
  Update tests for charset changes.
  Fix test failure in ruby 1.9.2
  fix some gem issues
  Option for horizontal-list to skip padding.
  rake examples was getting a non-existent branch. Default to master.
  update changelog
  Make it easier to disable the asset cache buster.
  Turns out that IE6 & 7 don't support this.
  Fixed typo.
  HTML5 reset includes box-model reset for newer browsers.
  Added @charset declaration to force UTF-8 encoding on systems with different default encodings
  Some doc modifications.

Conflicts:
	Gemfile
	doc-src/content/CHANGELOG.markdown
	lib/compass/app_integration/rails/installer.rb
2010-10-11 02:18:26 -07:00
Chris Eppstein
822f35148b Use the new Sass gem now. 2010-10-11 02:15:14 -07:00
Chris Eppstein
4c28d3d841 Use bundler in the rakefile too. rename test unit task to test 2010-10-11 02:14:49 -07:00
Chris Eppstein
d5e4ba7533 Fix broken test. 2010-10-11 02:13:33 -07:00
Chris Eppstein
8998dddbf8 tests for padding free horizontal list. 2010-10-11 01:59:45 -07:00
Chris Eppstein
11b36a3831 Update tests for charset changes. 2010-10-11 01:58:20 -07:00
Chris Eppstein
03ebd5dd98 Fix test failure in ruby 1.9.2 2010-10-11 01:51:53 -07:00
Chris Eppstein
0a07211286 fix some gem issues 2010-10-11 01:51:19 -07:00
Andrew Vit
af72d2251f Option for horizontal-list to skip padding. 2010-10-11 01:36:52 -07:00
Andrew Vit
4820676d3a rake examples was getting a non-existent branch. Default to master. 2010-10-11 01:18:31 -07:00
Chris Eppstein
7ceb4b4c6d Merge commit 'nex3/stable' into stable
* commit 'nex3/stable':
  Some doc modifications.
2010-10-11 01:16:17 -07:00
Chris Eppstein
416936ca0b Merge commit 'snoblet/stable' into stable
* commit 'snoblet/stable':
  Fixed typo.
2010-10-11 01:15:03 -07:00
Chris Eppstein
08f9f47c43 update changelog 2010-10-11 01:13:07 -07:00
Chris Eppstein
0d464adb27 Merge commit 'dparis/stable' into stable
* commit 'dparis/stable':
  Added @charset declaration to force UTF-8 encoding on systems with different default encodings
2010-10-11 01:07:15 -07:00