Skip to content

Releases: sass/dart-sass

Dart Sass 1.0.0-alpha.3

08 Nov 02:52
Compare
Choose a tag to compare
Pre-release
  • Fix a bug where color equality didn't take the alpha channel into account.
  • Fix a bug with converting some RGB colors to HSL.
  • Fix a parent selector resolution bug.
  • Properly declare the arguments for opacify() and related functions.
  • Add a missing dependency on the stack_trace package.
  • Fix broken Windows archives.
  • Emit colors using their original representation if possible.
  • Emit colors without an original representation as names if possible.

Dart Sass 1.0.0-alpha.2

01 Nov 21:46
Compare
Choose a tag to compare
Pre-release
  • Fix a bug where variables, functions, and mixins were broken in imported files.

Dart Sass 1.0.0-alpha.1

31 Oct 20:24
Compare
Choose a tag to compare
Pre-release

This is the initial alpha prerelease of Dart Sass. It's not production-ready by any means, but it's complete enough for users to play around with it.