Themes that use a CSS preprocessor (Sass, LESS) should use the 7.x-2.x version. There are some differences in usage. Follow the instructions of the included README.txt file. See for more background info: #2562607: Provide a solution when CSS preprocessors are used (SASS, LESS).
This version obviously works well also with normal CSS and will replace the 7.x-1.x version in the long run.
This release takes a different approach to handle code comments in scss (Sass) and less files. Instead of wrapping values, the comment is placed after the semicolon of the targeted line.
See #2562607: Provide a solution when CSS preprocessors are used (SASS, LESS).
Changes since 7.x-1.0:
Official dev release for Drupal 7.x
The module now also adds functionallity for folder creation and deletion on module install/uninstall. Also leftover files are disposed of.
Now works also with drupal paths instead of real CSS files.
$conf
You can now also use any Drupal variable by using /*variable:name*/ instead of /*setting:name*/
First release for 6.x
Development version.