File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ abstract class StylesheetParser extends Parser {
1393
1393
"@-moz-document is deprecated and support will be removed in Dart "
1394
1394
"Sass 2.0.0.\n "
1395
1395
"\n "
1396
- "For details, see http ://bit.ly/MozDocument ." ,
1396
+ "For details, see https ://sass-lang.com/d/moz-document ." ,
1397
1397
span: span,
1398
1398
deprecation: true );
1399
1399
}
Original file line number Diff line number Diff line change @@ -1243,7 +1243,7 @@ class _EvaluateVisitor
1243
1243
throw SassFormatException (
1244
1244
"compound selectors may no longer be extended.\n "
1245
1245
"Consider `@extend ${compound .components .join (', ' )}` instead.\n "
1246
- "See http ://bit.ly/ExtendCompound for details.\n " ,
1246
+ "See https ://sass-lang.com/d/extend-compound for details.\n " ,
1247
1247
targetText.span);
1248
1248
}
1249
1249
Original file line number Diff line number Diff line change 5
5
// DO NOT EDIT. This file was generated from async_evaluate.dart.
6
6
// See tool/grind/synchronize.dart for details.
7
7
//
8
- // Checksum: 1481489206d9df595860ec2e1c44729bd8928b90
8
+ // Checksum: c70a4193cc291f298f601a5cc371be9eac71fb74
9
9
//
10
10
// ignore_for_file: unused_import
11
11
@@ -1245,7 +1245,7 @@ class _EvaluateVisitor
1245
1245
throw SassFormatException (
1246
1246
"compound selectors may no longer be extended.\n "
1247
1247
"Consider `@extend ${compound .components .join (', ' )}` instead.\n "
1248
- "See http ://bit.ly/ExtendCompound for details.\n " ,
1248
+ "See https ://sass-lang.com/d/extend-compound for details.\n " ,
1249
1249
targetText.span);
1250
1250
}
1251
1251
You can’t perform that action at this time.
0 commit comments