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
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
b566979180
Allow Importer objects to be placed onto the load path using add_import_path.
...
Closes #392 .
2012-03-18 13:09:31 -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
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
Maxime Thirouin
1fb9e7adba
Add one more test to make sure a more complex query param is handled
2012-03-13 22:20:19 +01:00
Maxime Thirouin
11b3526b85
Add tests about the new ability to append stuffs on font urls
2012-03-13 21:54:07 +01:00
Chris Eppstein
174fab3616
Fix broken import in test fixture.
2012-03-11 21:02:15 -07:00
Chris Eppstein
45571de0f7
Rename the log function to logarithm to avoid collisions with the log
...
function for logging.
Add keyword argument support for the math functions.
Add square-root as as an alias to sqrt.
2012-03-11 20:52:27 -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
9baa7a0282
fix failing test.
2012-03-11 20:17:35 -07:00
Chris Eppstein
1d78bfd7cc
Merge pull request #763 from pivotal-casebook/relative_home_path
...
Fix for Compass.shared_extension_paths when HOME is a relative path or some other stupid value.
2012-03-11 19:41:30 -07:00
Chris Eppstein
c8174b5679
Merge branch 'master' into stable
...
Conflicts:
Gemfile
lib/compass/sass_extensions/functions.rb
lib/compass/sass_extensions/functions/trig.rb
test/units/sass_extensions_test.rb
2012-03-11 18:30:25 -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
Matija Marohnić
d11ec3c74f
Fix math function tests
2012-03-08 23:55:49 +01:00
Michael Schubert & Sam Obukwelu
2d4e0e400f
Fix for Compass.shared_extension_paths when HOME is a relative path.
...
This should fully resolve https://github.com/chriseppstein/compass/issues/364 for when HOME is not just nil but also "." (or any other relative path). Added a complete set of unit tests around the method as well.
2012-03-08 12:05:56 -05:00
Matija Marohnić
ef6d8f5b3e
Add tests for math functions
2012-03-08 10:41:52 +01: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
Brandon Mathis
f1187ba44e
Improved hide-text mixin performance and accessibility, closes #743
2012-03-05 16:25:49 -06: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
Scott Davis
9b39b5707f
removed unneeded timecop
2012-03-01 13:48:34 -05: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
bbdb179df1
Revert "Merge pull request #712 from Xananax/sprite_background_image"
...
This reverts commit 0c208d58fa
, reversing
changes made to c81af69c69
.
2012-02-09 19:50:20 -05:00
Xananax
234304d713
updated sprite tests to reflect property
...
background to background-image change
2012-02-09 15:28:04 +02:00
Scott Davis
2c42399725
fixed test
2012-01-31 12:07:38 -05:00
Scott Davis
5cd4136676
fixed problem with path and ree/1.8.7 in test case
2012-01-31 11:29:39 -05:00
Scott Davis
f11e5a3205
refactored the previous change
2012-01-30 22:32:05 -05:00
Scott Davis
7198a69909
sprite importer will now error if it does not find the associated glob
2012-01-30 22:12:01 -05:00
Scott Davis
f70afea8db
failing test for weird data inheritance bug
2012-01-30 19:22:26 -05:00
Chris Eppstein
a6c045785d
Allow some config attributes that are arrays to be inherited properly
...
from inherited config data.
2012-01-30 11:21:29 -08:00
Scott Davis
7d87a2eee8
strip .css from file names w/ test
2012-01-28 20:56:56 -05:00
Scott Davis
4e50273fdb
Merge branch 'master' into no_rails_integration
2012-01-18 20:05:58 -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
810a543400
Merge branch 'master' into no_rails_integration
2012-01-02 11:40:11 -05: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