Upgrade to this if you want PHP 7 compatibility, D7 7.50 compatibility, and new features
backwards compatible with PHP 5.3, 5.4, 5.5, 5.6
Please after upgrading to this release of sassy, replace your phpsass library with a fresh copy from github or reclone phpsass #2788059: PHP 7 compatibility
Upgrade to this if you want PHP 7 compatibility, D7 7.50 compatibility, and new features
backwards compatible with PHP 5.3, 5.4, 5.5, 5.6
Please after upgrading to this release of sassy, replace your phpsass library with a fresh copy from github or reclone phpsass
Added "implicit compilation" to the 3 extensions, so that you can just tick a box rather than having "@import compass/compass;" in the head of all your files.
Updated Compass to the most recent release.
Fixed an issue with the automatic path aliases and made Compass' inline-image() work
Fixed errors in Foundation (this relies on the latest PHamlP version, update now!)
Added a default integration with all modules and themes for path lookups. For example, you can now do
@import "sasson/styles/sasson.scss";
and it (should) work without issue. This works for any module or theme if you use the machine name of the module/theme.
Added Compass, Foundation, Bootstrap module integration via namespacing (eg @import "bootstrap/forms.css")
Fixed a few things with @import and @include path resolution
Added @function, @return
Fixed @extend
Added namespacing to @import statements
Added ability to import multiple files with @import statements
CSS files are now imported as SCSS to make them work. Temporary solution without side-effects so far.
Added external functions
Fixed lots of miscellaneous parser bugs
Rewrite of the majority of the non-parser parts of the module to make it faster.
Added @function, @return
Fixed @extend
Added namespacing to @import statements
Added ability to import multiple files with @import statements
CSS files are now imported as SCSS to make them work. Temporary solution without side-effects so far.
Added external functions
Fixed lots of miscellaneous parser bugs
Rewrite of the majority of the non-parser parts of the module to make it faster.