Skip to content

Releases: darrenkopp/SassyStudio

libsass 3.2.4

01 Jun 07:50
Compare
Choose a tag to compare

This release includes libsass version 3.2.4 which resolves an assortment of issues.

libsass 3.2

20 Apr 04:04
Compare
Choose a tag to compare
  • update libsass-net to libsass 3.2 beta 5
  • fix occasional compilation failure.

libsass 3.1 support

23 Mar 23:52
Compare
Choose a tag to compare

This brings in v3.1 of libsass.

new libsass + minor fixes

08 Dec 03:12
Compare
Choose a tag to compare
  • update to latest libsass
  • fix source map path generation

libsass 3.0

18 Oct 03:36
Compare
Choose a tag to compare

This update brings in version 3.0 of libsass. You can read more about the changes to libsass here: https://github.com/sass/libsass/releases/tag/3.0

If you don't already have Visual C++ Redistributable 2013, please install from here: http://www.microsoft.com/en-us/download/details.aspx?id=40784

0.8.8.14

03 Oct 05:47
Compare
Choose a tag to compare

In this release, you can now control the precision of numbers by configuring the precision option. Minified css files are now nested under the css file in the project if css files are configured to be included in the project.

Fix .map paths

17 Sep 21:37
Compare
Choose a tag to compare

#71 - There was a problem with paths coming out as absolute paths in source map files which has been corrected.

libsass 2.0

08 Jun 21:28
Compare
Choose a tag to compare

This release includes the latest version of the libsass compiler.

Upcoming features

Thanks to the new Sass2Scss functionality in libsass, libsass will be used to compile .sass files.

0.8.8.11 - Async Compile, Minification support for Compass

20 Apr 02:07
Compare
Choose a tag to compare

#60 - Async compilation to avoid blocking the UI thread

Community Contributions

#64 - Compass Error Reporting - fixed by @profet23
#62 - Add support for minifying css when using Compass - fixed by @profet23

Source Maps

31 Mar 01:00
Compare
Choose a tag to compare

Released

This release brings support for source map generation in libsass and the sass gem (compass supports sourcemap generation through config.rb).

This feature is disabled by default; to enable set Tools > Options > Sassy Studio > Generate Source Maps to true.

Upcoming

I'll be adding support for new features in v3.3 of sass, but some features won't work completely until compilers catch up (the only compiler that fully supports 3.3 right now is the sass gem).