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

option to merge scss files before compiling? #8

Open Zxurian opened 10 years ago

Zxurian commented 10 years ago

we have multiple themes for our site, and i'd like to include a common scss file that has global site vars, and then individual scss files.

is it possible to first collect all scss files in a page, and then compile them, instead of compiling each scss file individually?