Magento extension for using Sass stylesheet language
* Possibility of including sass files that will be automatically converted to css file
* Use of PhpSass (no need to install sass then) or though sass in command line
* Possibility of having debug information css files created
1. Install this extension though [Magento Connect][1]
2. Just add your sass file in layout using addCss method. This extension will automatically create css file
in medai/sass folder 3. By default this extension use PhpSass library, if you want to use sass in command line instead, change settings in Back Office: System > Configuration > Developer > Sass Settings 4. If you need debug info in css file created, enable in Back Office: System > Configuration > Developer > Sass Settings. You can use then FireSass plugin for FireBug for reading easily debug information.
For example you can add this lines in one of your layout files:
<default>
<reference name="head">
<action method="addCss"><stylesheet>css/style.scss</stylesheet></action>
</reference>
</default>
This extension is compatible with:
- Magento CE 1.5, 1.6 and 1.7
- Magento EE 1.10, 1.11 and 1.12
Extension available in:
- English
- French
If you find a bug, you can create a ticket.
Check Magento Connect Sass page for more details.
Magento Sass extension is licensed under Open Software License (OSL 3.0)
phpsass library updated
Caching part rewritten for managing it in BO.
Missing phpsass library added
It is now possible to choose output style in back office.
- Sass available when css merging is used
- PHPSass updated
Conversion of relative urls to absolute urls in css file
First version of this extension