Chris Eppstein
922fc8c1a2
[Compass Core] The has-layout mixin has been updated to emit less css.
...
It now uses a hacked zoom property to target ie6 and 7 only so that they
gain layout. If you prefer an approach that validates, set:
$default-has-layout-approach: block;
and the has-layout mixin behavior will remain unchanged.
2010-07-25 11:39:11 -07:00
Chris Eppstein
06ab3d4b41
[CSS3] if a root relative url is passed to image-url, still find the file and do the normal processing.
2010-07-24 01:34:14 -07:00
Chris Eppstein
dafbf93999
[Compass Core] New content char is the best practice for the pie-clearfix now. Avoids the gap at the bottom in some browsers.
...
Closes GH-179
2010-07-23 20:13:16 -07:00
Chris Eppstein
ed75525b2a
Update tests for gradient changes.
2010-07-23 20:09:42 -07:00
Chris Eppstein
327f542acf
Work around test failures due to timestamp changes.
2010-07-11 15:02:30 -07:00
Stephan Kaag
389a13d05f
[Blueprint] add support for input[type=email]
2010-07-11 15:02:20 -07:00
Milo
a220678a5a
[Compass Core] Allow horizontal lists to be floated to the right.
2010-07-09 23:55:35 -07:00
Chris Eppstein
c60cf4fda5
[Compass Core] Emit less css for inline lists with the same result.
2010-07-09 09:46:24 -07:00
Chris Eppstein
31fc7015d1
test case for lists.
2010-07-09 09:43:59 -07:00
Chris Eppstein
7350e7d6e0
[Tests] Add a test case for the blueprint-scaffolding-body mixin.
2010-06-01 08:52:19 -07:00
Chris Eppstein
e0fce3386c
[Tests] Don't rely on file timestamps for test fixtures.
2010-06-01 08:52:12 -07:00
Chris Eppstein
af47d987a5
[Blueprint] Added test cases for importing each blueprint module individually.
2010-06-01 00:51:39 -07:00
Chris Eppstein
7639223dc3
Verify all sass files generate the correct css in the test fixtures.
2010-05-31 13:48:25 -07:00
Chris Eppstein
f3d3a66151
[Command Line] Fix a bug in compass stats
when using scss files.
2010-05-30 08:10:07 -07:00
Chris Eppstein
b550613700
Fix some failing test cases.
2010-05-08 23:53:34 -07:00
B Mathis
59baa051a1
Removed resetting of :focus style from Compass global-reset mixin
2010-05-01 15:06:56 -05:00
Chris Eppstein
c1be6c9362
Move the reset utilities from utilities/general/reset to reset/utilities.
2010-04-30 07:03:41 -07:00
ltackett
47d4cc4638
Support for the experimental display: box model.
2010-04-27 01:13:52 -07:00
Chris Eppstein
f4169e45fa
Fix a failing test case.
2010-04-24 23:26:24 -07:00
Chris Eppstein
385ae3db82
upgrade test fixtures to sass 3 syntax
2010-04-11 03:47:50 -07:00
Chris Eppstein
c94074dac5
Convert the compass core framework to scss.
2010-04-10 23:32:37 -07:00
Chris Eppstein
2baaffd013
Fix for rgba colors with the new gradient mixins.
2010-02-23 01:41:41 -08:00
Chris Eppstein
0a3947d320
Add tests, fix some bugs in the image_size helpers, dropped support for bmp because it was broken.
2010-02-22 00:15:16 -08:00
Chris Eppstein
ad4a486ea1
Simpler gradient output by discarding from() and to()
2010-02-21 23:05:30 -08:00
Chris Eppstein
aef52bd57e
New linear gradient mixin and support functions. Radial gradient and browser testing are still pending.
2010-02-16 01:47:27 -08:00
Chris Eppstein
6b5ffdb0d6
[Compass Core] Clear the sticky footer so that it works correctly with grid layouts. Closes GH-79.
2010-02-13 17:44:01 -08:00
Chris Eppstein
b18573f813
Fix failing unit test.
2009-11-30 22:49:29 -08:00
Chris Eppstein
4f9faef76f
Don't use line comments in tests, because they change from system to system.
2009-11-29 20:31:10 -08:00
Chris Eppstein
e359db1a77
Fix some configuration defaults.
2009-11-29 20:18:09 -08:00
Chris Eppstein
86b78ff401
Fix test failure.
2009-11-24 10:36:51 -08:00
Chris Eppstein
9b8830b891
[Tests] Process expected result files thru erb to account for more transient behaviors across different systems.
2009-11-24 08:29:02 -08:00
Chris Eppstein
f312a24012
fix broken test.
2009-11-24 08:06:20 -08:00
Chris Eppstein
f7aa26c58e
Add a test case for relative asset handling.
2009-11-21 13:29:16 -08:00
Chris Eppstein
b69138059a
[Blueprint] Moved the blueprint/modules/*.sass files to blueprint/*.sass. Old imports are still supported but are deprecated.
2009-11-21 13:19:18 -08:00
Chris Eppstein
3a763d1e91
Fix test failure after fixing the incorrect 'img a' selector
2009-10-25 20:18:47 -07:00
Chris Eppstein
e744c1e0db
Convert the compass core framework to css-style property syntax.
2009-09-28 21:52:49 -07:00
Chris Eppstein
d5147591e8
Fixed some broken tests after pulling in changesets.
2009-08-29 15:14:14 -07:00
Chris Eppstein
373ac11329
Removes some tests about YUI.
2009-08-29 14:52:30 -07:00
Chris Eppstein
ff5c850014
[Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory.
2009-07-06 07:18:25 -07:00
Chris Eppstein
5a015b3824
[Sass Extensions] The inline_image() function can now be used to generate a data url that embeds the image data in the generated css file.
...
This function works like image_url() in that it expects the image to be a path relative to the images directory.
There are clear advantages and disadvantages to this approach.
See http://en.wikipedia.org/wiki/Data_URI_scheme for more details.
NOTE: Neither IE6 nor IE7 support data urls.
Using this approach with large images is discouraged.
2009-06-28 12:29:19 -07:00
Chris Eppstein
ef47f3dd9d
[Sass Extensions] Allow the asset host and cache busting strategies to be defined as part of the compass configuration. Closes #20 .
2009-06-26 12:23:43 -07:00
Chris Eppstein
27b821617a
[Compass Core] +reset-display mixin and Sass Extensions for appending selectors and enumerating the elements for a given display type.
2009-06-20 18:06:47 -07:00
Noel Gomez
2126240a1a
[Compass Core] [Blueprint] The compass reset is now based on Eric Meyer's reset. The old compass/reset.sass was moved to blueprint/reset.sass -- the original source for it.
2009-06-20 17:16:13 -07:00
Chris Eppstein
2b3b781c33
[Examples] Refactor the module and file loading for Sass Extensions and application integration. Fixed broken unit tests.
2009-06-20 12:29:14 -07:00
Chris Eppstein
d4aa36f0f0
Fix some failing tests and refactor the tests to make better use of new compass facilities that didn't exist when the tests were first written.
2009-05-08 08:09:43 -07:00
Chris Eppstein
1170d324a7
Fix failing test cases.
2009-04-07 00:22:21 -07:00
Chris Eppstein
c040c1d2d9
Fix some test failures.
2009-04-02 22:53:42 -07:00
Chris Eppstein
a711197b2a
Fix broken test fixtures with new, better css output from sass.
2009-04-01 17:22:51 -07:00
Chris Eppstein
af6f16d4b8
Eric Meyer's reset uses a line-height value of 1. Blueprint uses 1.5 and
...
YUI doesn't even consider it part of the reset. With so much
disagreement, I decided to make the compass reset agnostic and let
individual frameworks decide what the body line-height ought to be.
2009-02-21 00:15:24 -08:00
Chris Eppstein
606aba9df2
Unit tests for compass stylesheets.
2008-12-17 10:07:54 -08:00