Chris Eppstein
1bd156e88f
Fix a bug in the sprites base file and added a basic sprites test case to the compass test.
2011-04-02 09:54:06 -07:00
Chris Eppstein
0eef08e6ce
Remove the css3 background simple bg support and move it to a new mixin called background-with-css2-fallback.
2011-04-02 09:33:09 -07:00
Chris Eppstein
0cf4fcd8a7
We don't have a charset in fonts anymore
2011-03-30 14:24:50 -07:00
Chris Eppstein
da57adc49d
add opera support for the css3 gradient syntax
2011-03-30 14:24:50 -07:00
Eric Meyer
51e21b08b9
additional transform-style typo and tests fixed
2011-03-16 16:32:00 -06:00
Eric Meyer
ddea94bb96
fixed transform-style typo caught by @doctyper
2011-03-16 16:11:55 -06:00
Eric Meyer
5a5c30caf4
updated font-face a la fontspring, no change in usage
2011-03-14 22:50:39 -06:00
Eric Meyer
132621c230
fixed tests related to reset
2011-02-22 23:11:26 -07:00
Chris Eppstein
65cf2f9812
Remove deprecated use of comma-delimited-list
2011-02-21 16:47:20 -08:00
Chris Eppstein
902450a244
Use a sass-based function instead of a ruby-based function for contrast calculations
2011-02-21 12:49:54 -08:00
Eric Meyer
53e975100b
added vertical-rhythm and docs, moved lists, links and text, all into new typography module
2011-02-17 18:14:40 -07:00
Chris Eppstein
a597a10e7e
update failing test due to slightly different css output
2011-02-01 23:02:34 -08:00
Paul Irish
0fd9c08664
Android 2.2 compat for @font-face declarations via a MQ redeclaration of the @ff
2011-02-01 22:24:22 -08:00
Chris Eppstein
136954561f
Deprecate the blueprint span mixin in favor of the blueprint span function.
2011-01-03 09:35:07 -08:00
Chris Eppstein
15f760e002
Infrastructure for cross browser support of simple, experimental functions
2010-12-30 12:19:00 -08:00
Brandon Mathis
8d18a1b704
added legacy support option for ie8, updated opacty and filter-gradient mixins to use legacy support settings
2010-12-10 18:10:05 -06: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
93040322b3
Allow the cache buster in image-url() to be disabled on a per-call basis.
2010-12-05 20:16:40 -08:00
Chris Eppstein
a89d61ce21
Generated sprite filename is now unique based on inputs.
2010-12-05 20:12:50 -08:00
Chris Eppstein
633bb24302
Fix the broken validator tests
2010-11-27 16:48:36 -08:00
Chris Eppstein
35b206a897
Support simple background fallback in the background mixin.
2010-11-27 15:34:52 -08:00
Chris Eppstein
dd921ea363
Handle list arguments to prefixes
2010-11-27 15:34:52 -08:00
Chris Eppstein
ebf3630431
fix broken tests
2010-11-24 15:23:01 -08:00
Chris Eppstein
c8daf8a440
Versioned modules was a bad idea.
2010-11-22 00:28:55 -08:00
Chris Eppstein
b9c68bcc8c
No side-effects when normalizing color stops for webkit
2010-11-21 15:59:37 -08:00
Chris Eppstein
ce7bbd0535
fix test for small change to the pie module.
2010-11-21 15:59:37 -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
928bf675c2
CSS3 PIE module.
2010-11-20 08:31:38 -08:00
Chris Eppstein
b43ba6bfe0
Numerous small changes to the transform module.
2010-11-15 17:30:00 -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
Chris Eppstein
1ac8e9e24d
Handle gradients with those crazy extra arguments in them.
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
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
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
Irina Dumitrascu
55f490cc5e
Opt-in SVG support for gradients (linear & radial)
2010-11-15 03:52:30 -08:00
Chris Eppstein
46d399c044
fucking charsets. how do they work.
2010-11-12 17:01:22 -08:00
Steve Wong
a82a5938b6
New layout mixins for absolute positioning:
...
* stretch
* stretch-x
* stretch-y
2010-11-12 16:07:18 -08:00
Chris Eppstein
864780969d
Port of blueprint commit 8ae74e6b2216d1804d515cd9914d1b752b09c3e3
...
Author: Christian Montoya <sirokai@gmail.com>
Date: Wed Sep 29 16:51:40 2010 -0400
Fixed select bug in Safari
2010-11-12 11:30:45 -08:00
Chris Eppstein
e35ebb8046
Port of blueprint commit 5b455fed7c044a97a2e72fd483887c3a9e526924
...
Author: Christian Montoya <sirokai@gmail.com>
Date: Wed Sep 29 16:43:55 2010 -0400
Fixed IE label alignment issue
2010-11-12 11:04:44 -08:00