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
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
Scott Davis
d579c8bdcb
5 not 50
2011-03-26 15:25:47 -04:00
Scott Davis
b395552db3
chanded spritemap instance to use quick cache
2011-03-26 15:24:59 -04:00
Scott Davis
b0bfb63bb7
removed class variable
2011-03-26 13:53:50 -04:00
Scott Davis
27735a9537
fixed a bug that was causeing stack level too deep
2011-03-26 13:31:48 -04:00
Scott Davis
bd11d0b381
updated regular expression for finding the parent image
2011-03-25 17:32:58 -04:00
Scott Davis
c3f00537c8
updated code comments
2011-03-25 17:30:27 -04:00
Scott Davis
c72eebdf42
added support for sprite-selector formats
2011-03-25 17:28:38 -04:00
Scott Davis
4d7dc7ad30
refactored sprite selectors
2011-03-25 17:17:27 -04:00
Scott Davis
9962a37b2e
added tests and css selector support for sprites ending in _hover _target _active closes#248
2011-03-25 15:00:50 -04:00
Scott Davis
e47fccd2ed
rdoc updates for sprite classes
2011-03-25 12:48:18 -04:00
Chris Eppstein
3272dc7e5a
Load extensions found in ~/.compass/extensions, if the directory exists.
2011-03-24 22:57:17 -07:00
Chris Eppstein
cca6474ba2
Don't extend core classes.
2011-03-24 22:57:17 -07:00
Scott Davis
fccd5d91e9
merge
2011-03-25 01:05:13 -04:00
Scott Davis
2bf3d8f453
reverted chunky_png version pushed that by mistake and patched a bug that was causing callbacks to register twice
2011-03-25 00:54:47 -04:00
Scott Davis
de86610c14
moved files around
2011-03-23 01:29:56 -04:00
Scott Davis
463ee01a12
moved files around
2011-03-23 01:29:51 -04:00
Scott Davis
f78744171d
sprite base spec selector methods
2011-03-23 01:09:41 -04:00
Scott Davis
03b0ee2660
sprite base spec
2011-03-23 00:56:49 -04:00
John Bintz
f031d868d1
start refactoring work on sprite map
2011-03-22 21:19:19 -04:00
Scott Davis
6e1daf69f5
added boolean functions for finding selectors
2011-03-21 22:10:44 -04:00
Scott Davis
46eec5362d
fixes #253
2011-03-21 21:16:55 -04:00
Scott Davis
a9b6d8cfde
file cleanup
2011-03-21 18:37:24 -04:00
Scott Davis
f7d0079f27
file cleanup
2011-03-21 18:36:55 -04:00
Scott Davis
691c6718b5
updated for chunky png 1.1.0
2011-03-21 17:38:15 -04:00
Scott Davis
a4d43192c9
merge
2011-03-21 17:29:15 -04:00
Scott Davis
3f3eba57a2
merge
2011-03-18 06:44:54 -04:00
Chris Eppstein
40d0e623d0
Use a single staleness checker during a compile run to speed up dependency checking.
2011-03-15 14:38:52 -07:00
Scott Davis
267a5df605
opps bitecode
2011-03-03 01:16:11 -05:00
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
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
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
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
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
58740fc039
Correctly convert scss files to css names in the installatio instructions.
2011-01-26 09:49:12 -08:00
Chris Eppstein
bf52c76470
Rename the sprite-position mixin in compass/utilities/sprites/base to
...
sprite-background-position in order to avoid a naming conflict with the
older sprite-image module.
2011-01-17 11:54:58 -08:00