File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ export function render(
52
52
53
53
const start = Date . now ( ) ;
54
54
warnForHostSideDeprecation (
55
- 'The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.' ,
55
+ 'The legacy JS API is deprecated and will be removed in ' +
56
+ 'Dart Sass 2.0.0.\n\n' +
57
+ 'More info: https://sass-lang.com/d/legacy-js-api' ,
56
58
deprecations [ 'legacy-js-api' ] ,
57
59
options
58
60
) ;
@@ -75,7 +77,9 @@ export function renderSync(options: LegacyOptions<'sync'>): LegacyResult {
75
77
try {
76
78
options = adjustOptions ( options ) ;
77
79
warnForHostSideDeprecation (
78
- 'The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.' ,
80
+ 'The legacy JS API is deprecated and will be removed in ' +
81
+ 'Dart Sass 2.0.0.\n\n' +
82
+ 'More info: https://sass-lang.com/d/legacy-js-api' ,
79
83
deprecations [ 'legacy-js-api' ] ,
80
84
options
81
85
) ;
You can’t perform that action at this time.
0 commit comments