Commit Graph

1956 Commits

Author SHA1 Message Date
Chris Eppstein
b5f748d149 Remove this link 2010-11-15 12:54:37 -08:00
Chris Eppstein
35cb65786c generate docs on the css3 images module. 2010-11-15 03:55:09 -08:00
Chris Eppstein
934df798a8 Use some of the new compass helpers to clean up this code. 2010-11-15 03:55:09 -08:00
Chris Eppstein
d4a0484922 Return false if no false value is provided. 2010-11-15 03:55:09 -08:00
Chris Eppstein
2cff4cc775 start working on upgrade docs. 2010-11-15 03:55:09 -08:00
Chris Eppstein
08d7957c77 Update the changelog and add an upgrading guide. 2010-11-15 03:55:09 -08:00
Chris Eppstein
c7613b4534 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 03:55:09 -08:00
Chris Eppstein
c4de9a3a85 Deprecate the radial-gradient mixin, linear-gradient mixin, and add
deprecation notices to the changelog.
2010-11-15 03:55:09 -08:00
Chris Eppstein
d7da056fb1 Add a new configuration property to disable sass warnings: disable_warnings 2010-11-15 03:55:09 -08:00
Chris Eppstein
ca7563e3ba Better argument names for the columns module, tests for the columns module, accept space separated args for the column-rule mixin. 2010-11-15 03:52:33 -08:00
B Mathis
2a7a7498cf updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults 2010-11-15 03:52:32 -08:00
B Mathis
2f104274e2 defaults for text-shadow and box-shadow are better 2010-11-15 03:52:32 -08:00
Chris Eppstein
1ac8e9e24d Handle gradients with those crazy extra arguments in them. 2010-11-15 03:52:32 -08:00
Chris Eppstein
153f2ebfe6 fix the default rake task 2010-11-15 03:52:32 -08:00
Chris Eppstein
ce60780a4e I misread the spec, those are ands, not ors 2010-11-15 03:52:32 -08:00
Chris Eppstein
2de6f7c8d3 Change the legacy gradient mixins to use the new background-image mixin. 2010-11-15 03:52:32 -08:00
Chris Eppstein
ae23274dcf Gradients in content too 2010-11-15 03:52:32 -08:00
Chris Eppstein
ecbe70973b Only emit extra property values for list images when required. 2010-11-15 03:52:32 -08:00
Chris Eppstein
6319f126fd Don't need to slice this list up afterall. 2010-11-15 03:52:32 -08:00
Chris Eppstein
efe3e148b1 Gradient support for list-style-image. 2010-11-15 03:52:32 -08:00
Chris Eppstein
d035acf1b7 Trim some whitespace from the svg xml -- saves about 12 bytes from the output per gradient. 2010-11-15 03:52:32 -08:00
Chris Eppstein
e4a5300b06 [CSS3] Support for the border-image property. 2010-11-15 03:52:32 -08:00
Chris Eppstein
e2137814df handle missing gradient arguments. 2010-11-15 03:52:31 -08:00
Chris Eppstein
e8073dc247 ignore rvmrc files. 2010-11-15 03:52:31 -08:00
Chris Eppstein
92080bd337 Revert "Updated gitignore"
This reverts commit c9a684c1cf.
2010-11-15 03:52:31 -08:00
Chris Eppstein
9aea35738d New background image mixin with gradient support and up to 10 images. 2010-11-15 03:52:31 -08:00
Chris Eppstein
1fe22d7257 less unquotes & underscores, more dashes 2010-11-15 03:52:31 -08:00
B Mathis
e09de2628a added home page layout for serving new home page deisgn 2010-11-15 03:52:31 -08:00
B Mathis
e9d33c1b62 updated Gemfiles 2010-11-15 03:52:31 -08:00
B Mathis
b3bd71082c Updated gitignore
Conflicts:

	.gitignore
2010-11-15 03:52:31 -08:00
Chris Eppstein
6204491f3d Gradient mixin for IE6-8 using filters, only does simple linear gradients and must be applied seperately from the linear-gradient mixin. Closes GH-183. 2010-11-15 03:52:31 -08:00
Chris Eppstein
3a54b022ea This is maddening. 2010-11-15 03:52:30 -08:00
Chris Eppstein
dabdaecee3 A new function: if() 2010-11-15 03:52:30 -08:00
Chris Eppstein
b3b7c898b1 Add note about an opera bug. 2010-11-15 03:52:30 -08:00
Chris Eppstein
9176a3f9a7 Tweak the gradient docs to explain svg support. 2010-11-15 03:52:30 -08:00
Chris Eppstein
cd49bd4bbd Clean up the gradient demo page. 2010-11-15 03:52:30 -08:00
Chris Eppstein
354efcbde9 Update nanoc so we can use the new watcher. 2010-11-15 03:52:30 -08:00
Chris Eppstein
fd1e0d3943 Make the new deprecated library documentation more obviously deprecated. 2010-11-15 03:52:30 -08:00
Irina Dumitrascu
393ed03fcd Docs: improved CSS3/Gradient 2010-11-15 03:52:30 -08:00
Irina Dumitrascu
257c57cb53 Fixed the position evaluation for radial gradients
top    should mean top center (not top left)
left   should mean center left (not top left)
center should mean center center (it was wrongly evaluated to "50%"
       Safari would not show the gradient at all, SVG would place it
       in center left)

This does not affect linear gradients.
2010-11-15 03:52:30 -08:00
Irina Dumitrascu
55f490cc5e Opt-in SVG support for gradients (linear & radial) 2010-11-15 03:52:30 -08:00
Chris Eppstein
def4852809 upgrade some gems 2010-11-15 03:52:30 -08:00
Eric Meyer
48e6438fe6 documentation for new transform api 2010-11-15 03:52:30 -08:00
Eric Meyer
996eb1e8d1 document new text shadow api 2010-11-15 03:52:30 -08:00
Eric Meyer
ed8615fd4c multiple box shadow mixins use defaults 2010-11-15 03:52:29 -08:00
Eric Meyer
d43d698318 text shadows v2, supports multiple shadows 2010-11-15 03:52:29 -08:00
Eric Meyer
ad36b6333e 2d and 3d transforms, version 2, closes 170 2010-11-15 03:52:29 -08:00
Eric Meyer
57b6d20939 2d and 3d transforms, version 2, closes 170 2010-11-15 03:52:29 -08:00
Chris Eppstein
5d8f532b27 Document the new box shadow api 2010-11-15 03:52:29 -08:00
Chris Eppstein
dce90daac8 Create a new version of the box shadow api to accomodate multiple box shadows. 2010-11-15 03:52:29 -08:00