Commit Graph

1456 Commits

Author SHA1 Message Date
B Mathis
40c26b4de1 Merge branch 'css3-v2' of github.com:chriseppstein/compass into css3-v2 2010-11-15 16:28:59 -06:00
B Mathis
e6c28d81f7 renamed default variable in has-layout mixin to more appropriate name $approach 2010-11-15 16:28:53 -06:00
Chris Eppstein
38faf774eb generate docs on the css3 images module. 2010-11-15 03:50:00 -08:00
Chris Eppstein
0f5746bec0 Use some of the new compass helpers to clean up this code. 2010-11-15 03:48:59 -08:00
Chris Eppstein
795800a85f Return false if no false value is provided. 2010-11-15 03:47:57 -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
Chris Eppstein
412468d52a Better argument names for the columns module, tests for the columns module, accept space separated args for the column-rule mixin. 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
f135ecef34 defaults for text-shadow and box-shadow are better 2010-11-14 23:37:46 -06:00
Chris Eppstein
6817072f49 Handle gradients with those crazy extra arguments in them. 2010-11-14 20:55:11 -08:00
Chris Eppstein
683d58babc fix the default rake task 2010-11-14 20:41:18 -08:00
Chris Eppstein
721f1370bc I misread the spec, those are ands, not ors 2010-11-14 20:40:56 -08:00
Chris Eppstein
3e01a9e990 Change the legacy gradient mixins to use the new background-image mixin. 2010-11-14 20:30:04 -08:00
Chris Eppstein
a0f5b5a6ae Gradients in content too 2010-11-14 18:00:47 -08:00
Chris Eppstein
6c166bee0d Only emit extra property values for list images when required. 2010-11-14 17:49:19 -08:00
Chris Eppstein
cb0c3775cf Don't need to slice this list up afterall. 2010-11-14 17:39:30 -08:00
Chris Eppstein
133bf0a078 Gradient support for list-style-image. 2010-11-14 17:35:25 -08:00
Chris Eppstein
e0561d33f9 Trim some whitespace from the svg xml -- saves about 12 bytes from the output per gradient. 2010-11-14 17:04:17 -08:00
Chris Eppstein
4dc455f312 [CSS3] Support for the border-image property. 2010-11-14 16:56:39 -08:00
Chris Eppstein
3ade4e3f3a handle missing gradient arguments. 2010-11-14 12:40:22 -08:00
Chris Eppstein
5d85df5ca1 ignore rvmrc files. 2010-11-14 11:00:36 -08:00
Chris Eppstein
4ddc3e9bcf Revert "Updated gitignore"
This reverts commit c9a684c1cf.
2010-11-14 10:59:49 -08:00
Chris Eppstein
ad06b282cb New background image mixin with gradient support and up to 10 images. 2010-11-13 23:59:31 -08:00
Chris Eppstein
ff375489f6 less unquotes & underscores, more dashes 2010-11-13 23:59:31 -08: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
B Mathis
c9a684c1cf Updated gitignore
Conflicts:

	.gitignore
2010-11-13 17:24:35 -06:00
Chris Eppstein
2f40eb9f7f 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-13 00:49:16 -08:00
Chris Eppstein
073c0d136c This is maddening. 2010-11-13 00:47:55 -08: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
Irina Dumitrascu
60257ed673 Docs: improved CSS3/Gradient 2010-11-12 17:32:06 -08:00
Irina Dumitrascu
9d4da89071 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-12 17:32:06 -08:00
Irina Dumitrascu
6326835d5e Opt-in SVG support for gradients (linear & radial) 2010-11-12 17:32:06 -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
37b0bde605 multiple box shadow mixins use defaults 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
782e6979ea 2d and 3d transforms, version 2, closes 170 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