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
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
Chris Eppstein
d7a579ce58
Fix broken tests.
2011-09-16 18:00:00 -07:00
Chris Eppstein
edc7942396
Merge branch 'stable'
...
* stable:
changelog for user-select
removed useless unit
user-select mixin with docs and tests
Conflicts:
doc-src/content/CHANGELOG.markdown
2011-09-12 13:37:32 -07:00
Eric Meyer
d0067d7122
user-select mixin with docs and tests
2011-08-08 23:04:24 -04:00
Scott Davis
c79e997098
merged in stable and added a test image
2011-07-26 02:08:29 -04:00
Scott Davis
b581d2e1a7
passing tests for new vertical layout based on file size
2011-07-26 02:03:38 -04:00
Irina Dumitrascu
07819ccfbd
Reset only the block HTML elements #339
...
- used elements-of-type(html5-block) in all the reset stylesheets
(instead of duplicate tag enumerations)
- removed dialog
- canvas is inline, not block
Closes GH-339, GH-462.
2011-07-10 17:26:23 -07:00
Chris Eppstein
23d3d341de
Fix test failures.
2011-07-02 22:51:26 -07:00
ltackett
d7115caad6
:focus should not use shorthand border property, since it only need to change the border-color
...
Closes GH-367.
2011-07-02 21:17:22 -07:00
Chris Eppstein
349e29f7ca
Fix broken test.
2011-07-02 17:54:38 -07:00
Glenn McLelland
239e43b4e0
Added force-wrap mixin to prevent URLs and long lines of text from breaking layouts.
...
Closes GH-321
2011-07-02 17:42:37 -07:00
Divya Manian
ff61678572
Adding the generated css files from the msfilter change
2011-06-28 23:00:56 -07:00
Chris Eppstein
a6a80221ee
update test for pie-clearfix
2011-06-11 23:35:29 -07:00
Chris Eppstein
40e2f330e6
Merge remote-tracking branch 'pfeiffer/cache_busting' into stable
...
* pfeiffer/cache_busting:
Removing unneeded 'unquote' from tests
Adding note about path based asset cache busting in to documentation
Adding changelog entry
Fix comments for asset_cache_buster
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
Extend cache busting to allow for path manipulation
2011-06-11 17:37:55 -07:00
Chris Eppstein
3473e7d63a
Merge branch 'stable'
...
* stable:
Version Bump & Prepare for v0.11.2
Strong tags in the docs should be bold.
typo: appliction
Update test case for flexible box.
Enable IE 10 support for flexible box with the -ms prefix.
2011-06-10 15:56:46 -07:00
Mario Kuroir Ricalde
333240de35
Fixes sprites file names with sprockets, modifies tests accordingly to new structure.
2011-06-10 05:11:28 -05:00
Darryl Pogue
23fc8290c0
Update test case for flexible box.
2011-05-30 11:33:55 -07:00
Scott Davis
d95149ccff
forgot test files
2011-05-25 11:44:53 -04:00
Mattias Pfeiffer
223258c203
Removing unneeded 'unquote' from tests
2011-05-05 10:19:19 +02:00
Mattias Pfeiffer
2f3b757b46
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
2011-05-04 11:37:58 +02:00
Nathaniel Bibler
21928907e4
Extend cache busting to allow for path manipulation
2011-05-04 11:02:15 +02:00
Chris Eppstein
5ededce909
Add support for -ms gradients in background-image and background properties.
...
Closes GH-361.
2011-05-01 09:33:21 -07:00
Scott Davis
c317ef6870
refactored tests
2011-04-27 23:18:52 -04:00
Chris Eppstein
5962a85a99
Fix broken linear gradients with svg enabled.
2011-04-24 18:59:07 -07:00
Scott Davis
fec367d60c
fixed gemfile and removed coercion to float
2011-04-20 19:57:19 -04:00
Scott Davis
4e502dda73
svg gradients now support angles
2011-04-20 19:33:29 -04:00
Scott Davis
8642187173
updated linier svg gradients to have userSpaceOnUse to be consistant with the radial implimentation
2011-04-20 17:17:03 -04:00
Eric Meyer
3c86dfa0b3
fixed tests related to grid-background
2011-04-16 23:48:28 -06:00