Commit Graph

214 Commits

Author SHA1 Message Date
Rachel Nabors
55d9176b44 Sorting out the targets from the sources. 2012-05-01 11:24:20 -04:00
Rachel Nabors
451046848c Adds test case for css regions. 2012-05-01 11:24:20 -04:00
Matt Farmer
bfb2ebe88b Fix ordering of font properties in reset-font for FF's benefit.
Firefox gets persnickety about how regular CSS properties and shorthand properties
interact, specifically specifying a shorthand version after the regular property
causes the regular property to be overriden. Closes GH-852.
2012-04-19 15:47:27 -04:00
Joschka
a4df58d054 Remove unused -o-border-radius and -ms-border-radius 2012-03-24 13:29:05 +01:00
Chris Eppstein
a9317f0d7b Add -ms support for css3 columns. Add support for the columns shorthand property. 2012-03-18 02:48:10 -07:00
Andrey A.I. Sitnik
6165057a80 Add 3D transformations with -moz, -ms, and -o prefixes. 2012-03-18 01:48:24 -07:00
JohnAlbin
48bfe186af Replace confusing $ie-font-ratio variable with $browser-default-font-size in vertical_rhythm partial. fixes #766 2012-03-17 23:55:55 -07:00
Chris Eppstein
174fab3616 Fix broken import in test fixture. 2012-03-11 21:02:15 -07:00
Chris Eppstein
9cbab2bd27 Newlines at ends of files 2012-03-11 20:49:56 -07:00
Chris Eppstein
2072cac4cb Remove deprecated gradient mixins and 2012-03-11 20:49:15 -07:00
Chris Eppstein
06ac18ec9d Merge pull request #728 from doctyper/prefixed-transition-properties
Adding support for prefixed transition properties
2012-03-11 18:04:16 -07:00
Chris Eppstein
abcd6c897c Revert "Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods."
This reverts commit 0c290edd07.
2012-03-08 23:44:13 -08:00
Chris Eppstein
0c290edd07 Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods. 2012-03-07 23:35:02 -08:00
Chris Eppstein
b8c0928f86 Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
	lib/compass/commands/watch_project.rb
2012-03-05 11:30:52 -08:00
Chris Eppstein
fee53b1a60 Handle the transparent keyword identifier in gradients.
Closes GH-356
2012-02-26 17:34:44 -08:00
Chris Eppstein
001fa41142 fix broken test 2012-02-26 17:34:44 -08:00
Richard Herrera
94bef38312 Adding a single transform transition stylesheet test. 2012-02-26 14:52:35 -08:00
Richard Herrera
3f23287afb Adding test for multiple transitions. 2012-02-26 12:28:03 -08:00
Richard Herrera
3b586059cd Test for multiple transition properties. 2012-02-26 11:39:58 -08:00
Richard Herrera
6a3d024cc1 Updated with the following:
- Added stylesheet tests for prefixed transition properties.
- transition-property mixin now passes all tests.
- single-transition mixin now passes all tests.
- Updated rewrite to respect user specified browser support.
2012-02-26 00:55:52 -08:00
Scott Davis
2c42399725 fixed test 2012-01-31 12:07:38 -05:00
Scott Davis
8c84869b0b fixed tests 2012-01-18 20:02:00 -05:00
Scott Davis
3df5ba3369 merge stable 2012-01-18 19:55:24 -05:00
Eric Meyer
0642deebc6 seems khtml might actually need the prefix for background-clip 2012-01-13 16:13:22 -07:00
Eric Meyer
236efc264b update background-clip browser support and add tests. 2012-01-13 15:49:06 -07:00
Scott Davis
88aa3b3c7e removed border-image ... someone needs to learn to close old issues =( 2012-01-02 11:32:10 -05:00
Scott Davis
9c0539aadf docs for border-image 2012-01-02 02:46:19 -05:00
Scott Davis
3d23b36f63 inital implimentation of border-image 2012-01-02 02:29:16 -05:00
Scott Davis
a7a8ccab62 added tests for transition-duration via #575 2012-01-02 01:30:10 -05:00
Scott Davis
6c98ff1d5c removed ms prefix from box-sizing and added a test case 2012-01-02 00:48:43 -05:00
Scott Davis
dec5c9cb3b added test for alternating rows and columns 2012-01-02 00:32:46 -05:00
Scott Davis
0f0c92e1bb added -ms prefix to transitions via #590 2012-01-02 00:14:48 -05:00
Chris Eppstein
fc46730b36 Fix broken tests. 2011-12-23 16:53:23 -08:00
Scott Davis
c92766ba99 added reset-baseline to vertical rhythym 2011-12-19 12:44:35 -05:00
Scott Davis
cd5b1949dd -o-box-shadow does not exist closes #631 with tests 2011-12-01 15:49:49 -05:00
Scott Davis
4766890388 Merge branch 'patch-1' of https://github.com/jfelchner/compass into merge-1 2011-11-22 10:39:33 -05:00
Jeff Felchner
f52d3078be Fix tests so that output matches the story told by the code 2011-11-22 02:08:39 -06:00
Scott Davis
7d2d537e0a forgot test file 2011-11-17 15:58:11 -05:00
Scott Davis
32b6c7fe25 fixed sorting issues with jruby and rbx 2011-11-17 15:53:20 -05:00
Chris Eppstein
730acb62f4 Remove deprecated forms of the box-shadow, text-shadow, and transition mixins. 2011-11-11 09:19:43 -08:00
Chris Eppstein
ebd758a799 Merge branch 'stable'
Conflicts:
	bin/compass
2011-11-06 18:02:41 -08:00
Chris Eppstein
4183a60e31 Handle frameworks without a templates directory. 2011-11-06 18:01:27 -08:00
Scott Davis
7334285950 closes #598 enjoy your increase in bytes! 2011-11-04 10:15:23 -04:00
Chris Eppstein
64c21f6fac Merge branch 'stable'
Conflicts:
	test/fixtures/stylesheets/compass/css/user-interface.css
2011-10-16 11:12:06 -07:00
Scott Davis
616af1c139 Merge pull request #593 from davidchambers/master
Use `transition` shorthand if appropriate
2011-10-11 17:45:41 -07:00
Scott Davis
efdb00cc14 updated tests that the previous commit from @paulirish broke 2011-10-09 09:00:26 -04:00
David Chambers
7c738cd379 css3: use transition shorthand if appropriate (closes #585) 2011-10-06 21:41:41 -07:00
Michael Rykov
e12eb7b6d9 Fix to remove prefix to -moz-user-select values 2011-10-05 00:46:18 -07:00
Chris Eppstein
d794394ceb Add missing test fixture. 2011-09-26 09:31:12 -07:00
Chris Eppstein
c217edeed9 Fix broken tests 2011-09-19 11:04:35 -07:00