Skip to content

Releases: mgreter/sass2scss

Maintenance release

Maintenance release

11 Jan 15:03
Compare
Choose a tag to compare

BEM style block support

Maintenance release

23 Oct 23:37
Compare
Choose a tag to compare
  • Implement better property/selector detection (ff1b819)

Maintenance release

21 Oct 23:55
Compare
Choose a tag to compare
  • Remove using namespace std (f0a662c)
  • Support @include statements (9a4cb2a)

Maintenance release

29 Jan 19:01
Compare
Choose a tag to compare

Maintenance release

21 Nov 12:49
Compare
Choose a tag to compare
  • Fix output to be exactly as before adding mac lf support (8c4057a)

Maintenance release

21 Nov 12:05
Compare
Choose a tag to compare
  • Fixes issue with external imports and css urls (15ee498)
  • Add support for text files with mac line endings (299cc46)
  • Fixes rendering of warn and debug statement (2dcc099)
  • Changes usage of new to malloc for better C compatibility (4ac79dd)

First mature release version

02 Oct 18:15
Compare
Choose a tag to compare

This is a maintenace release to fix various specific issues.

The code was in use via libass and its bindings (i.e. node-sass) for some months now. I decided to finally raise and release version 1.0. I want to thank all the contributors and bug reporters. A special shout-out goes to @paazmaya for all his testing and reporting.

Maintenance release

03 Sep 22:11
Compare
Choose a tag to compare
  • Fixes imports with single quotes (73089d5)