laurent35240 / magento-sass

Magento extension for using Sass stylesheet language
http://www.magentocommerce.com/magento-connect/catalog/product/view/id/14634/
20 stars 7 forks source link

css image urls has not been overwritten #1

Closed czettnersandor closed 11 years ago

czettnersandor commented 11 years ago

The generated css file under media/sass/ directory contains the same url as it was in the skin folder. For example:

nav { background: url(../images/menu.gif); }

It should be overwritten to the absolute skin path. See the Magento CSS compressor how it works.

beforeMergeCss() in Mage_Core_Model_Design_Package

laurent35240 commented 11 years ago

Issue fixed in version 1.0.1 of this extension. I also updated the extension on Magento Connect.

Thx for reporting this bug.