Commit Graph

1503 Commits

Author SHA1 Message Date
Chris Eppstein
3b3fcf26f1 [Compass Core] Smooth out some rough edges in the text module. 2010-05-01 23:51:20 -07:00
Chris Eppstein
cd6076d097 Merge commit 'imathis/master'
* commit 'imathis/master':
  Removed resetting of :focus style from Compass global-reset mixin

Conflicts:
	doc-src/content/CHANGELOG.markdown
2010-05-01 15:27:16 -07:00
Chris Eppstein
c4dc47a2f1 [Docs] Move and update the documentation on the new compass command line. 2010-05-01 15:24:28 -07:00
Chris Eppstein
c2e19e6e6c [Docs] Move the configuration reference from the wiki 2010-05-01 15:23:57 -07:00
Chris Eppstein
7119e49f00 [Docs] Add a tutorial on generating stylesheets for production. 2010-05-01 15:23:29 -07:00
Chris Eppstein
f0500da9dc [Docs] Move and update the documentation on creating compass extensions. 2010-05-01 15:22:58 -07:00
Chris Eppstein
50c57df67f [Command Line] Better demarcation of the global options in compass help command. 2010-05-01 15:21:52 -07:00
Chris Eppstein
b4db046db8 [Docs] Better styling of code in the various places it can appear. 2010-05-01 15:21:07 -07:00
Chris Eppstein
7439786ba8 [Docs] Don't sort mixins by name. 2010-05-01 15:20:16 -07:00
Chris Eppstein
2a298ff0f1 [Rails] The default location for compass extensions has moved from vendor/plugins/compass/extensions to vendor/plugins/compass_extensions 2010-05-01 15:19:41 -07:00
Chris Eppstein
665dacf637 [Docs] A footer. 2010-05-01 15:18:12 -07:00
Chris Eppstein
897649757f [Docs] Add an ugly copyright page. 2010-05-01 15:17:03 -07:00
B Mathis
59baa051a1 Removed resetting of :focus style from Compass global-reset mixin 2010-05-01 15:06:56 -05:00
Chris Eppstein
74bfb0eccb [Docs] Style the links to examples 2010-04-30 09:53:44 -07:00
Chris Eppstein
866095e43e [Docs] Documentation for table mixins. 2010-04-30 09:44:33 -07:00
Chris Eppstein
62174e1a21 [Compass Core] Added a nth-child pseudo selector to the alternating-rows-and-columns mixin for the columns. Rows still need classes to maintain a consistent interaction across thead, tbody, and tfoot. 2010-04-30 09:39:21 -07:00
Chris Eppstein
eb0470cd7e version bump 2010-04-30 07:05:53 -07:00
Chris Eppstein
3992cecbea Document the reset module. 2010-04-30 07:04:13 -07:00
Chris Eppstein
c1be6c9362 Move the reset utilities from utilities/general/reset to reset/utilities. 2010-04-30 07:03:41 -07:00
Chris Eppstein
79f3c9b8b5 Upgrade gems for the docs 2010-04-30 05:35:05 -07:00
Chris Eppstein
e513d86a85 Fix a broken test 2010-04-30 05:21:20 -07:00
Chris Eppstein
a4eae29f47 [Compass Core] [CSS3] Support all browsers where css3 support exists, but allow users to turn them off if they don't want to support them. 2010-04-30 05:21:07 -07:00
Chris Eppstein
80d812396a Fix some gemspec issues. 2010-04-27 11:32:25 -07:00
Chris Eppstein
59c4049bfa I guess ruby 1.9 is even more picky about this. Doing it the hard way. 2010-04-27 07:56:24 -07:00
Chris Eppstein
bf7088a72e a date is good 2010-04-27 01:53:03 -07:00
Chris Eppstein
676e9cdbea Mention the gemspec changes in the changelog 2010-04-27 01:41:13 -07:00
Chris Eppstein
509b1e49fe update the changelog for release. 2010-04-27 01:40:03 -07:00
ltackett
47d4cc4638 Support for the experimental display: box model. 2010-04-27 01:13:52 -07:00
Chris Eppstein
fc95ee758b Add a CHANGELOG entry about the change to background-clip. 2010-04-27 01:10:27 -07:00
Thomas Reynolds
cc7ef3bf1f Support background-clip:text 2010-04-27 01:08:13 -07:00
Chris Eppstein
8d4c47058c Add a CHANGELOG entry about the CLI deprecation. 2010-04-27 01:06:53 -07:00
Chris Eppstein
56034e740d Merge commit 'akahn/master'
* commit 'akahn/master':
  Make old CLI deprecation warning red
  Display a warning if the old --switch style CLI is used
2010-04-27 01:04:36 -07:00
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
Chris Eppstein
24a87640b2 Turn on support for -ms in experimental properties. 2010-04-27 01:00:54 -07:00
Chris Eppstein
225e625f1c document the hide-text mixin 2010-04-27 00:58:53 -07:00
Chris Eppstein
909fb92ad3 Allow box shadow to be turned off by @include box-shadow(none). Closes GH-102. 2010-04-27 00:44:27 -07:00
Chris Eppstein
1b0e4519e1 Fix a broken link to the changelog 2010-04-27 00:35:16 -07:00
Chris Eppstein
f0c10b0a1c I guess I relied on that silly import. 2010-04-27 00:13:34 -07:00
Chris Eppstein
9c2c457a10 Merge commit 'ericam/docs' into docs
* commit 'ericam/docs':
  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
2010-04-27 00:05:07 -07:00
Chris Eppstein
33aa0317d7 Use the gemspec the way the ruby gods intended. 2010-04-26 23:55:51 -07:00
Chris Eppstein
d1a155b59a Better handling of the Compass::VERSION scheme. 2010-04-26 23:54:46 -07:00
Chris Eppstein
9ab44866bb RIP RUN_CODE_RUN 2010-04-26 20:37:08 -07:00
Chris Eppstein
8cc90e0175 remove a doc reference to an obsolete file and add some meta descriptions. 2010-04-26 20:29:59 -07:00
Chris Eppstein
3f125771db document some small functional changes 2010-04-26 17:43:38 -07:00
Eric Meyer
32c659fe80 fixed typo in demo header styles 2010-04-26 18:13:30 -06:00
Eric Meyer
7f1da5525b allow overflow-x on code to scroll 2010-04-26 18:06:29 -06:00
Eric Meyer
ba996c7ecc example code in css-slideshows 2010-04-26 18:04:55 -06:00
Eric Meyer
a7559fcdd5 mixin source uses :target for css interaction 2010-04-26 17:42:46 -06:00
Eric Meyer
feb6549a02 more sensible nav markup/structure 2010-04-26 17:06:56 -06:00
Chris Eppstein
712cd9b19f Record current revision for release. 2010-04-26 09:59:44 -07:00