mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Merge branch 'master' into feature.hwb
This commit is contained in:
commit
908515065f
@ -26,6 +26,10 @@
|
||||
|
||||
[HWB]: https://en.wikipedia.org/wiki/HWB_color_model
|
||||
|
||||
## 1.27.2
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.27.1
|
||||
|
||||
* **Potentially breaking bug fix:** `meta.load-css()` now correctly uses the
|
||||
@ -36,7 +40,6 @@
|
||||
* Emit a proper parse error for a `=` with no right-hand side in a function.
|
||||
|
||||
* Avoid going exponential on certain recursive `@extend` edge cases.
|
||||
>>>>>>> master
|
||||
|
||||
## 1.27.0
|
||||
|
||||
|
@ -34,7 +34,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
archive: ">=1.0.0 <3.0.0"
|
||||
analyzer: "^0.40.0"
|
||||
cli_pkg: "^1.0.0-beta.12"
|
||||
cli_pkg: "^1.0.0-beta.13"
|
||||
crypto: ">=0.9.2 <3.0.0"
|
||||
dart_style: "^1.2.0"
|
||||
grinder: "^0.8.0"
|
||||
|
@ -44,7 +44,7 @@ void main(List<String> args) {
|
||||
"\n"
|
||||
"# Changes\n"
|
||||
"\n"
|
||||
"${pkg.githubReleaseNotes}";
|
||||
"${pkg.githubReleaseNotes.defaultValue}";
|
||||
|
||||
pkg.addAllTasks();
|
||||
grind(args);
|
||||
|
Loading…
Reference in New Issue
Block a user