Skip to content

Commit 7cdf182

Browse files
committed
add backticks to @import
1 parent af92d93 commit 7cdf182

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/visitor/async_evaluate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ final class _EvaluateVisitor
208208

209209
ModifiableCssParentNode? __parent;
210210

211-
/// The original parent node for a stylesheet that was loaded with @import.
211+
/// The original parent node for a stylesheet that was loaded with `@import`.
212212
///
213213
/// This value is only set when a file uses `@import` in combination with
214214
/// non-built-in Sass modules.

lib/src/visitor/evaluate.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// DO NOT EDIT. This file was generated from async_evaluate.dart.
66
// See tool/grind/synchronize.dart for details.
77
//
8-
// Checksum: d02e86d11c5ca310e2402c60935ccf301d3cfbc2
8+
// Checksum: 0db2da7b7facb3c5c79cfba1d6829d18a5de5cdd
99
//
1010
// ignore_for_file: unused_import
1111

@@ -216,7 +216,7 @@ final class _EvaluateVisitor
216216

217217
ModifiableCssParentNode? __parent;
218218

219-
/// The original parent node for a stylesheet that was loaded with @import.
219+
/// The original parent node for a stylesheet that was loaded with `@import`.
220220
///
221221
/// This value is only set when a file uses `@import` in combination with
222222
/// non-built-in Sass modules.

0 commit comments

Comments
 (0)