Chris Eppstein
38faf774eb
generate docs on the css3 images module.
2010-11-15 03:50:00 -08:00
Chris Eppstein
0334af1234
start working on upgrade docs.
2010-11-15 03:46:44 -08:00
Chris Eppstein
681bf3742f
Update the changelog and add an upgrading guide.
2010-11-15 02:42:01 -08:00
Chris Eppstein
832d4a2a99
Add a changelog note on the new compass helpers for gradients. No docs on them because they're mostly internal and they match the official CSS syntax.
2010-11-15 00:16:19 -08:00
Chris Eppstein
d34cf1de85
Deprecate the radial-gradient mixin, linear-gradient mixin, and add
...
deprecation notices to the changelog.
2010-11-15 00:02:35 -08:00
Chris Eppstein
8e2b5f4d1c
Add a new configuration property to disable sass warnings: disable_warnings
2010-11-15 00:01:25 -08:00
B Mathis
0e7bef6dbf
updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults
2010-11-14 23:51:02 -06:00
B Mathis
21a316c594
added home page layout for serving new home page deisgn
2010-11-13 17:28:23 -06:00
B Mathis
9338e134ce
updated Gemfiles
2010-11-13 17:27:33 -06:00
Chris Eppstein
7406a627f8
A new function: if()
2010-11-13 00:46:41 -08:00
Chris Eppstein
f2def7bf3b
Add note about an opera bug.
2010-11-12 23:00:14 -08:00
Chris Eppstein
5ca9dacc36
Tweak the gradient docs to explain svg support.
2010-11-12 22:53:50 -08:00
Chris Eppstein
af5ab4e6c9
Clean up the gradient demo page.
2010-11-12 22:01:26 -08:00
Chris Eppstein
20d3e705e3
Update nanoc so we can use the new watcher.
2010-11-12 21:45:24 -08:00
Chris Eppstein
955cfa75cf
Make the new deprecated library documentation more obviously deprecated.
2010-11-12 20:28:54 -08:00
Chris Eppstein
efa9e2408d
upgrade some gems
2010-11-12 17:10:12 -08:00
Eric Meyer
5341211c42
documentation for new transform api
2010-11-12 17:10:12 -08:00
Eric Meyer
e56505a0ce
document new text shadow api
2010-11-12 17:10:12 -08:00
Eric Meyer
371e2103a7
text shadows v2, supports multiple shadows
2010-11-12 17:10:11 -08:00
Eric Meyer
290aac3a7e
2d and 3d transforms, version 2, closes 170
2010-11-12 17:10:11 -08:00
Chris Eppstein
509282f916
Document the new box shadow api
2010-11-12 17:10:11 -08:00
Chris Eppstein
b7285f9b85
Create a new version of the box shadow api to accomodate multiple box shadows.
2010-11-12 17:10:11 -08:00
Chris Eppstein
a8a2f42b60
Add reference documentation and examples for stretching module.
2010-11-12 16:45:19 -08:00
Chris Eppstein
a618ff3509
Docs about the trig functions.
2010-11-12 15:57:03 -08:00
Chris Eppstein
463301e983
Added trigonometry functions for fun and profit.
...
Closes GH-201.
2010-11-12 15:38:39 -08:00
Chris Eppstein
c0533a01d9
Tell folks how to stay on the old version of blueprint if they prefer it.
2010-11-12 11:54:13 -08:00
Chris Eppstein
4fac970a1f
Update changelog with link to the compare view for the blueprint upgrade
2010-11-12 11:49:48 -08:00
Chris Eppstein
30d6006bc8
update changelog
2010-11-12 11:43:29 -08:00
Chris Eppstein
f76b8bde17
Add html5 elements to the elements-of-type() helper
2010-11-12 08:50:21 -08:00
Chris Eppstein
79b23a8ed9
don't forget
2010-11-11 21:52:07 -08:00
Chris Eppstein
094a95e7ee
Add an entry in the changelog for the new color helpers.
2010-11-11 21:51:20 -08:00
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
Chris Eppstein
cd6ce54515
adjust & scale lightness and saturation
2010-11-11 21:30:59 -08:00
Chris Eppstein
af850cae97
Tweak the changelog.
2010-11-01 10:45:19 -07:00
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
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
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
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
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
a42ccfb16c
info on writing tests and some images.
2010-10-14 21:30:24 -07:00
Chris Eppstein
1cd73f4132
more contribution updates.
2010-10-14 18:04:13 -07:00