Skip to content

Commit fd1bfd2

Browse files
authored
Fix the URL for the @-moz-document deprecation message (#1339)
Closes #1336
1 parent b098adb commit fd1bfd2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.34.1
2+
3+
* Fix the URL for the `@-moz-document` deprecation message.
4+
15
## 1.34.0
26

37
* Don't emit the same warning in the same location multiple times.

lib/src/parse/stylesheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ abstract class StylesheetParser extends Parser {
13381338
"@-moz-document is deprecated and support will be removed in Dart "
13391339
"Sass 2.0.0.\n"
13401340
"\n"
1341-
"For details, see http://bit.ly/moz-document.",
1341+
"For details, see http://bit.ly/MozDocument.",
13421342
span: span,
13431343
deprecation: true);
13441344
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.34.0
2+
version: 1.34.1-dev
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)