Eric Meyer
8c3dac2d26
merge stable into master
2012-05-04 16:10:57 -06:00
Chris Eppstein
7cd7d90fd1
Merge remote-tracking branch 'crowchick/stable' into stable
2012-05-01 09:15:22 -07:00
Chris Eppstein
e3d96ee2fa
Fix failing test.
2012-05-01 09:14:40 -07:00
Rachel Nabors
6dd2404378
Adds test css for css regions.
2012-05-01 12:05:35 -04:00
Rachel Nabors
5710d6d66e
Changes .target to .new-container for clarity.
2012-05-01 12:01:23 -04:00
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
Eric Meyer
275bb0762f
merge from stable branch
2012-04-27 16:03:38 -06: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
Stan Angeloff
cab02128a7
Turn off legacy IE support in @keyframes.
...
This commit turns off $legacy-support-for-ie* for @content within the
@keyframes mixin.
If a project has legacy IE support turned on, certain mixins add property
definitions which are not affected by $experimental-support-for-*. One
such mixin is @opacity with will add a `filter:` property.
Because IE 6, 7 and 8 do not support CSS animations and keyframes, we can
safely turn off the support and restore to its previous values once we are
done rendering the @keyframes @content.
2012-04-13 19:56:27 +03:00
Eric Meyer
17676c6a05
Merge pull request #840 from ai/box_column
...
Box column
2012-04-12 10:59:59 -07:00
Andrey A.I. Sitnik
d3ccac2bbf
Remove unnecessary -o prefix for column
2012-04-08 15:58:33 +04:00
Andrey A.I. Sitnik
3976a9f344
Remove unnecessary vendor prefixes in border-radius
2012-04-08 15:47:17 +04:00
Eric Meyer
9b924243ff
animation module with docs and simple test
2012-04-01 15:59:12 -06:00
Richard Herrera
8a45ed8961
Addresses Issue #805 : Stray commas added when default transition values are used. Test case included.
2012-03-24 13:07:00 -07:00
Joschka
a4df58d054
Remove unused -o-border-radius and -ms-border-radius
2012-03-24 13:29:05 +01:00
Scott Davis
81d2a44ef4
added current-output-file()
2012-03-23 13:25:54 -04:00
Scott Davis
60ed9581e2
implimented current-source-file()
2012-03-23 13:19:25 -04:00
Scott Davis
2cbeb25abe
added current-time and current-date sass functions
2012-03-23 11:55:38 -04:00
Chris Eppstein
e0bb51965a
update test output for input placeholder tests.
2012-03-18 20:44:56 -07:00
Chris Eppstein
a09b99b6ac
Merge remote-tracking branch 'ry5n/support-input-placeholder'
2012-03-18 20:43:23 -07:00
Chris Eppstein
44e8af4ba4
Merge branch 'stable'
2012-03-18 02:50:25 -07: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
Chris Eppstein
af645fa991
Use placeholder selectors to make the blueprint reset module much cleaner.
2012-03-18 01:45:29 -07:00
Chris Eppstein
7a04b55aca
Merge remote-tracking branch 'origin/master'
...
Conflicts:
doc-src/content/CHANGELOG.markdown
2012-03-18 00:15:42 -07:00
Chris Eppstein
bba8e3f51b
Merge branch 'stable'
...
Conflicts:
VERSION.yml
doc-src/Gemfile.lock
doc-src/content/CHANGELOG.markdown
2012-03-18 00:14:06 -07:00
Ryan Frederick
6a4dbc6043
Add example and tests for +input-placeholder.
2012-03-18 00:11:35 -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
Scott Davis
d8972f3348
merge from ai moz3d
...
closes #973 closes #979
2012-03-15 21:17:48 -04:00
Andrey A.I. Sitnik
436a2575e1
Add unsupported yet 3D transformations with -o- prefix
2012-03-16 03:34:53 +04:00
Andrey A.I. Sitnik
439959d47d
Add 3D transformations with -ms- prefix
2012-03-16 01:25:37 +04:00
Andrey A.I. Sitnik
c46e3c53ab
Add 3D transformations with -moz- prefix
2012-03-15 21:35:17 +04:00
Chris Eppstein
da6fafee26
Merge branch 'stable'
2012-03-11 21:25:04 -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
bb716926ef
Merge pull request #739 from zanker/master
...
Allow numeric filenames in sprites
2012-03-11 19:22:44 -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
Zachary Anker
15b94d0ed0
Added a test to ensure importing of numeric filenames for sprites works
2012-02-27 09:15:08 -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