Commit Graph

2216 Commits

Author SHA1 Message Date
Scott Davis
1d6e316685 removed unnedded class tests are green runs in 1.8.7 adm 1.9.2 2011-03-03 01:15:22 -05:00
Scott Davis
c0a0b638b1 tests are green and config option added 2011-03-02 13:55:25 -05:00
Scott Davis
a4861298a7 fixed rmagic 2011-02-24 05:21:37 -05:00
Scott Davis
bc13d6aed5 rmagick changes 2011-02-24 03:08:28 -05:00
Scott Davis
03f4c23c04 abstracted out engine for chunkypng 2011-02-24 01:02:31 -05:00
Scott Davis
1c71df3b41 merge 2011-02-24 00:20:13 -05:00
Scott Davis
7277568303 added test for left and top 2011-02-24 00:08:35 -05:00
Eric Meyer
132621c230 fixed tests related to reset 2011-02-22 23:11:26 -07:00
Scott Davis
153582fe68 refactoring sprite class 2011-02-22 21:47:08 -05:00
Scott Davis
995a20cd36 fixed relative path call 2011-02-22 21:32:48 -05:00
John Bintz
994cf534af merge 2011-02-22 21:29:47 -05:00
John Bintz
da43418af0 merge 2011-02-22 21:27:52 -05:00
John Bintz
f3957daef7 start factoring out sprite images 2011-02-22 21:24:29 -05:00
Scott Davis
3feca48f51 duplicate function 2011-02-22 20:45:41 -05:00
Scott Davis
fb61e54389 abractated core sprite functions to a base class 2011-02-22 20:42:01 -05:00
Eric Meyer
c521908947 Merge branch 'master' of github.com:chriseppstein/compass 2011-02-21 23:23:14 -07:00
Eric Meyer
c5949beca3 bring back (deprecated) legacy reset and legacy docs 2011-02-21 23:22:55 -07:00
Chris Eppstein
3269cbf743 Added docs for the new appearance mixin. 2011-02-21 18:02:18 -08:00
Zee Agency
d9fdb0d0c7 Add css3 appearance mixin 2011-02-21 16:50:05 -08:00
Chris Eppstein
65cf2f9812 Remove deprecated use of comma-delimited-list 2011-02-21 16:47:20 -08:00
Chris Eppstein
2147240c1d Changelog entry for delimited-list 2011-02-21 16:46:07 -08:00
Chris Eppstein
15e9eef9c0 deprecate the comma-delimted-list mixin in favor of the more general
delimited-list mixin.
2011-02-21 16:45:32 -08:00
Chad Ostrowski
0944d85ade 'delimited-list' now generalizes 'comma-delimited-list' 2011-02-21 16:37:27 -08:00
Chris Eppstein
3ee95174eb Fix copy/paste error. Closes GH-279. 2011-02-21 13:03:19 -08:00
Chris Eppstein
5524745b93 changelog entry for the color contrast module. 2011-02-21 13:00:57 -08:00
Chris Eppstein
2b29dd0bbc Docs for the new contrast module. 2011-02-21 12:49:54 -08:00
Chris Eppstein
902450a244 Use a sass-based function instead of a ruby-based function for contrast calculations 2011-02-21 12:49:54 -08:00
Aaron Russell
620c9fe1ab Added utilities/color/contrast module. Added contrasted mixin and
get_contrast_yiq function.
2011-02-21 12:49:53 -08:00
Eric Meyer
802bc71c05 Eric Meyers css reset v2.0 2011-02-21 12:31:34 -07:00
Chris Eppstein
f1587b6bf1 pass compilation sass events through to compass when using the sass plugin to compile. 2011-02-21 09:35:26 -08:00
Chris Eppstein
beda56a2c8 note the reset-float mixin in the changelog 2011-02-21 09:11:10 -08:00
Adam Stacoviak
9b0967eb47 Add reset-float mixin to reset the cross browser float mixins. 2011-02-21 09:05:52 -08:00
Chris Eppstein
8a8ef87e48 Fix a ruby 1.9.2 bug 2011-02-20 10:38:00 -08:00
Chris Eppstein
a83b62fbc3 Update changelog 2011-02-20 10:25:13 -08:00
Chris Eppstein
2fe1c17ac4 Don't rely on global callbacks 2011-02-20 10:16:11 -08:00
Scott Davis
2142430735 Callbacks for the following events:
* sprite_saved
* sprite_generated
* stylesheet_saved
* stylesheet_error

From the compass configuration file you can attach code to run when the
event occurs like so:

on_stylesheet_error do |filename, message|
  # do something
end
2011-02-20 10:14:34 -08:00
Chris Eppstein
9fd7ac6e52 Update the docs readme to be accurate for recent changes. 2011-02-18 09:48:18 -08:00
Eric Meyer
9a22e05949 old imports still work, but deprecated 2011-02-17 18:33:51 -07:00
Eric Meyer
53e975100b added vertical-rhythm and docs, moved lists, links and text, all into new typography module 2011-02-17 18:14:40 -07:00
Chris Eppstein
0dc38bc2bb update gemfile 2011-02-17 16:04:43 -08:00
Chris Eppstein
303453d9a6 Version bump 2011-02-01 23:03:54 -08:00
Chris Eppstein
5ccdbd6490 update gem dependencies 2011-02-01 23:03:38 -08:00
Chris Eppstein
6f1ea8a651 Update font-face docs 2011-02-01 23:03:12 -08:00
Chris Eppstein
a597a10e7e update failing test due to slightly different css output 2011-02-01 23:02:34 -08:00
Paul Irish
0fd9c08664 Android 2.2 compat for @font-face declarations via a MQ redeclaration of the @ff 2011-02-01 22:24:22 -08:00
Chris Eppstein
58740fc039 Correctly convert scss files to css names in the installatio instructions. 2011-01-26 09:49:12 -08:00
Chris Eppstein
13ecaa2da6 bump sass dependency 2011-01-20 14:17:32 -08:00
Chris Eppstein
636f805423 Merge commit 'jetviper21/master'
* commit 'jetviper21/master':
  bumped chunky_png to 0.12.0 and updated specs accordingly
2011-01-20 14:16:07 -08:00
Scott Davis
7343e80b7d bumped chunky_png to 0.12.0 and updated specs accordingly 2011-01-20 17:10:35 -05:00
Chris Eppstein
e935d512e7 Update changelog with date. 2011-01-17 13:59:21 -08:00