compass-rgbapng icon indicating copy to clipboard operation
compass-rgbapng copied to clipboard

Compass plugin for providing cross-browser compatible RGBA support by creating transparent PNGs on the fly for browsers that don't support RGBA. Uses the pure Ruby ChunkyPNG library for hassle free in...

Results 4 compass-rgbapng issues
Sort by recently updated
recently updated
newest added

It'd be nice if there was a mixin that just output the png without the rgba for cases where you do need a png as a workaround but you're maybe...

It would be better to use the variable 'generated_images_path' rather than just 'images_path' when saving the png. Seems more correct as per the intentions of the compass configuration... http://compass-style.org/help/tutorials/configuration-reference/

Using gem version 2.0.3, specifying the pixel size configuration variable, as in the below, doesn't work: ``` $rgbapng_path: 'generated'; $rgbapng_px_size: 1; @import "rgbapng"; ``` It continues to output at the...

Is it possible to use this with the Compass.app. I know that it runs within jRuby so a different approach is needed. I installed your extension into ~/.compass/extensions as instructed...