Chris Eppstein
|
fc380ca203
|
It turns out that we didn't need to change the compile method's signature. Closes GH-335.
|
2011-04-16 00:49:17 -07:00 |
|
Chris Eppstein
|
c252d4b6d7
|
Note the new grid background module in the changelog.
|
2011-04-16 00:35:18 -07:00 |
|
Chris Eppstein
|
09868f4359
|
Comment the showgrid mixin.
|
2011-04-16 00:25:35 -07:00 |
|
Chris Eppstein
|
196abb2a28
|
Default the blueprint grid image to the pure CSS version in compass.
|
2011-04-16 00:21:35 -07:00 |
|
Chris Eppstein
|
26fe7f1074
|
Tell people who generate a grid background image that there's a better way.
|
2011-04-16 00:17:19 -07:00 |
|
Chris Eppstein
|
7db7e019ab
|
Add a yellow block method for logging warnings in yellow.
|
2011-04-16 00:16:37 -07:00 |
|
Chris Eppstein
|
8a8d625a7d
|
Add a percent-based test case for grid-backgrounds, remove unnecessary 0.001 increment.
|
2011-04-15 23:49:49 -07:00 |
|
Chris Eppstein
|
0a33bc14b2
|
The background-size property accepts multiple sizes corresponding to each background.
|
2011-04-15 23:39:46 -07:00 |
|
Chris Eppstein
|
72434be137
|
Webkit now supports the css3 official gradient syntax.
|
2011-04-15 23:16:43 -07:00 |
|
Scott Davis
|
10dd6c1c63
|
updated docs to be correct for magic selectors
|
2011-04-13 16:46:01 -04:00 |
|
Eric Meyer
|
d192c64889
|
use parens instead of quotes to pass complex argument
|
2011-04-12 15:16:08 -06:00 |
|
Eric Meyer
|
bc4e3eeb44
|
vertical rhythm function for calculating rhythms without returning a property
|
2011-04-12 15:13:42 -06:00 |
|
Eric Meyer
|
e66c822503
|
add grid-background mixins to layout module, with docs and tests
|
2011-04-11 19:26:55 -06:00 |
|
Chris Eppstein
|
7c5f831352
|
Bump version
|
2011-04-10 14:55:10 -07:00 |
|
Chris Eppstein
|
db9b7ada14
|
Update changelog for v0.11.beta.6
|
2011-04-10 14:54:15 -07:00 |
|
Chris Eppstein
|
ad0e172ec3
|
Allow degrees for linear and radial gradients. Currently no support for SVG gradients using degrees. Partial fix for #303
|
2011-04-10 14:14:44 -07:00 |
|
Scott Davis
|
73a01b3677
|
fixed issue with gem spec in rubygems 1.7 closes #331
|
2011-04-07 15:51:22 -04:00 |
|
Chris Eppstein
|
727c025881
|
Fix some edge case uses of color stops with list arguments.
|
2011-04-02 11:59:54 -07:00 |
|
Chris Eppstein
|
af10edd7a9
|
[Rails Integration] Print a warning if compass is booted more than once. Closes GH-282.
|
2011-04-02 10:40:32 -07:00 |
|
Andrei Bocan
|
c4a315af3c
|
Check if Rails module responds to env and root before using them
|
2011-04-02 10:04:08 -07:00 |
|
Chris Eppstein
|
1bd156e88f
|
Fix a bug in the sprites base file and added a basic sprites test case to the compass test.
|
2011-04-02 09:54:06 -07:00 |
|
Chris Eppstein
|
3892919585
|
Raise an error when compiling selective files from a directory other than the project directory.
|
2011-04-02 09:34:22 -07:00 |
|
Chris Eppstein
|
0eef08e6ce
|
Remove the css3 background simple bg support and move it to a new mixin called background-with-css2-fallback.
|
2011-04-02 09:33:09 -07:00 |
|
Scott Davis
|
d2b4ec423f
|
updated install page to have better installation instructions
|
2011-04-02 10:58:45 -04:00 |
|
Scott Davis
|
04ab1e30f2
|
added semi colon
|
2011-04-02 10:08:10 -04:00 |
|
Scott Davis
|
5d2db94bc0
|
working on lemonade upgrade guide
|
2011-04-02 10:07:55 -04:00 |
|
Scott Davis
|
428e5b513c
|
updated spriting turtorial
|
2011-04-02 08:30:44 -04:00 |
|
Scott Davis
|
8a1f14d72d
|
removed dynamic constant becasuse i was being a bad programer
|
2011-04-01 22:19:24 -04:00 |
|
Scott Davis
|
7ffde70c8d
|
added test files for repeat-x bug tests
|
2011-04-01 16:13:29 -04:00 |
|
Scott Davis
|
a08003cdd9
|
changed sprite math back to ceil
|
2011-04-01 14:57:29 -04:00 |
|
Scott Davis
|
2c62cdf2f9
|
closes #296 rescue OutOfBounds exception gracfuly
|
2011-04-01 14:47:24 -04:00 |
|
Scott Davis
|
23f0f03a09
|
fixed sprite rsspec cli test to change back to the correct directory
|
2011-04-01 12:14:45 -04:00 |
|
Scott Davis
|
f83f85406c
|
refactored to fix relative path bug with the compile command
|
2011-04-01 11:14:30 -04:00 |
|
Scott Davis
|
da2af62f47
|
closes #271 - fixed bug that was causing file name to truncate
|
2011-04-01 10:33:17 -04:00 |
|
Chris Eppstein
|
0cf4fcd8a7
|
We don't have a charset in fonts anymore
|
2011-03-30 14:24:50 -07:00 |
|
Chris Eppstein
|
f2ceec4680
|
Created a function called css2-fallback($value, $css2-value) that will use the $css2-value in a css2 context and the $value in other contexts.
|
2011-03-30 14:24:50 -07:00 |
|
Chris Eppstein
|
da57adc49d
|
add opera support for the css3 gradient syntax
|
2011-03-30 14:24:50 -07:00 |
|
Scott Davis
|
96f1e4dc96
|
closes #320 and refactored the rspec tests
|
2011-03-29 19:26:11 -04:00 |
|
Scott Davis
|
4a5c968739
|
added rspec test for sprite command
|
2011-03-29 19:20:22 -04:00 |
|
Jeremy Weiskotten
|
36b7c25f1b
|
fix some typos
|
2011-03-28 23:37:30 -04:00 |
|
Scott Davis
|
2e8fd055ed
|
closes 268 - filenames can not start with numbers the must be legal css identifiers
|
2011-03-28 22:39:12 -04:00 |
|
Scott Davis
|
7571d4af93
|
refactored sprite selectors
|
2011-03-28 17:08:53 -04:00 |
|
Scott Davis
|
638e7e2c51
|
Merge branch 'master' of github.com:chriseppstein/compass
|
2011-03-28 17:08:36 -04:00 |
|
Chris Eppstein
|
ccb391d9d1
|
Revert "Don't output transparent in css2 ouput."
Transparent is a legal value in css2.
This reverts commit 119ce9d018 .
|
2011-03-28 09:29:38 -07:00 |
|
Chris Eppstein
|
2521d4dd7b
|
Fix broken links in the search results page.
|
2011-03-27 21:16:29 -07:00 |
|
Chris Eppstein
|
119ce9d018
|
Don't output transparent in css2 ouput.
Closes GH-309
|
2011-03-27 21:03:32 -07:00 |
|
Chris Eppstein
|
a7b8689fb8
|
Fix bug in the compact function.
|
2011-03-27 19:16:59 -07:00 |
|
Chris Eppstein
|
b91e669050
|
Some links on the sprites reference page to related spriting resources.
|
2011-03-27 19:16:28 -07:00 |
|
Scott Davis
|
29656eaf17
|
5 not 50
|
2011-03-26 15:36:21 -04:00 |
|
Chris Eppstein
|
411cdb7c2c
|
Version Bump.
|
2011-03-26 12:36:03 -07:00 |
|