Skip to content

0.7.7 - CSS Generation Enhancements and Partial Compass support

Compare
Choose a tag to compare
@darrenkopp darrenkopp released this 18 Oct 02:28
· 133 commits to master since this release

Fixes and improvements in this release

Issue #12 - Dependent Documents

Support for re-generating the .css files for all root level documents when you modify a file that is imported is now possible. For example, if you have app.scss like this

@import "variables","global_functions";

When you modify _variables.scss, app.scss will be generated.

Issue #13 - Compass Support

There is support for compass now by specifying the Ruby Install path in the options. SassyStudio will automatically find the version of compass that is installed (you can install it by typing gem install compass).

Currently, this is a compilation time feature only, and thus you will not get intellisense support for files in these directories. This will be resolved in a future release.