File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11## 1.0.0-alpha.3
22
3+ * Fix a bug where color equality didn't take the alpha channel into account.
4+
5+ * Fix a bug with converting some RGB colors to HSL.
6+
7+ * Fix a parent selector resolution bug.
8+
9+ * Properly declare the arguments for ` opacify() ` and related functions.
10+
11+ * Add a missing dependency on the ` stack_trace ` package.
12+
13+ * Fix broken Windows archives.
14+
315* Emit colors using their original representation if possible.
416
517* Emit colors without an original representation as names if possible.
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.0.0-dev
2+ version : 1.0.0-alpha.3
33description : A Sass implementation in Dart.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments