Commit Graph

346 Commits

Author SHA1 Message Date
Chris Eppstein
45da3837b6 Upgrade PIE to beta3. 2010-12-05 21:32:38 -08:00
Chris Eppstein
a86a94e4c2 Add support for the -ms prefix in 2D transforms.
Closes GH-224.
2010-12-05 21:02:16 -08:00
Chris Eppstein
b244105ea3 Only unquote strings 2010-12-05 16:14:36 -08:00
Chris Eppstein
43bd9eb8e5 The Sprite container is now called a Sprite Map, and each individual image is called a sprite. 2010-12-05 16:13:13 -08:00
Chris Eppstein
027ebdd8c4 Change the sprite utilities to create a sprite literal object that can retain information about the sprite for use in other function calls. This avoids the need for global storage and allows multiple sprites constructed from the same sprite folder with different values. 2010-12-05 16:13:13 -08:00
Chris Eppstein
ffe967e8c8 Bolt on lemonade to get started. 2010-12-05 16:13:10 -08:00
Chris Eppstein
35b206a897 Support simple background fallback in the background mixin. 2010-11-27 15:34:52 -08:00
Chris Eppstein
6e30099473 Sass has an if function now. removing compass's version. 2010-11-27 15:34:52 -08:00
B Mathis
4e1269ef20 added light theme to docs 2010-11-23 15:34:29 -06:00
B Mathis
d34e05c4ec condensed box-shadow and text-shadow mixins to no longer have multiple-text-shadows or multiple-box-shadows mixins as they were unncessary 2010-11-23 00:10:45 -06:00
Chris Eppstein
78bcd4451a Make this the general upgrade guide. 2010-11-22 08:46:31 -08:00
Chris Eppstein
c8daf8a440 Versioned modules was a bad idea. 2010-11-22 00:28:55 -08:00
Chris Eppstein
404c404fdb move /tutorials to /help/tutorials 2010-11-21 17:30:41 -08:00
Chris Eppstein
ad7f2eb980 fix regression in the transform api 2010-11-21 15:59:37 -08:00
Chris Eppstein
9a34f3209d Fix bug in pie-element 2010-11-21 15:59:37 -08:00
Chris Eppstein
f1a6e280c1 Some adjustments to the PIE module from Jason's code review. 2010-11-20 20:34:44 -08:00
Chris Eppstein
f9e92facf6 Don't use deprecated apis in the blueprint templates.
Closes GH-221.
2010-11-20 09:32:13 -08:00
Irina Dumitrascu
15a3ede491 Gradients - fix Opera's bug on gradient + border
* This fixes Opera's gradient background bug when the container has border.
It is still displayed wrong as the gradient is repeated towards the end.
* Firefox and Webkit ignore background-size
* IE9 displays correctly
2010-11-20 09:22:39 -08:00
Chris Eppstein
1d7882b9e6 Deprecate the CSS3 Gradient module. 2010-11-20 09:10:41 -08:00
Chris Eppstein
928bf675c2 CSS3 PIE module. 2010-11-20 08:31:38 -08:00
Chris Eppstein
f5d83bb429 Fix typos 2010-11-20 08:24:28 -08:00
Chris Eppstein
dd215cbcca Mixin for the background property to support gradients, multiple bgs, etc. 2010-11-20 08:24:28 -08:00
Chris Eppstein
2607b515b9 Fix copy & paste error. 2010-11-20 08:24:28 -08:00
Chris Eppstein
5f11b126e6 Touch up docs 2010-11-15 17:41:03 -08:00
Chris Eppstein
b43ba6bfe0 Numerous small changes to the transform module. 2010-11-15 17:30:00 -08:00
Chris Eppstein
61bc027ee9 Polish up the transform module. Changed variable names to use hyphens for each dimension. 2010-11-15 16:03:28 -08:00
Chris Eppstein
33f5befbff fixed broken mixin 2010-11-15 16:02:37 -08:00
B Mathis
53d5496616 renamed default variable in has-layout mixin to more appropriate name $approach 2010-11-15 14:42:36 -08:00
Chris Eppstein
1286fceab0 Clean up the nav and main css3 page a bit 2010-11-15 13:53:36 -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
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
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
2f104274e2 defaults for text-shadow and box-shadow are better 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
e4a5300b06 [CSS3] Support for the border-image property. 2010-11-15 03:52:32 -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
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
Irina Dumitrascu
393ed03fcd Docs: improved CSS3/Gradient 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
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
dce90daac8 Create a new version of the box shadow api to accomodate multiple box shadows. 2010-11-15 03:52:29 -08:00
Chris Eppstein
818e019e2e What I'd like the box shadow upgrade to be -- not legal syntax. 2010-11-15 03:52:29 -08:00
Steve Wong
a82a5938b6 New layout mixins for absolute positioning:
* stretch
* stretch-x
* stretch-y
2010-11-12 16:07:18 -08:00