We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9b34a commit 49beed4Copy full SHA for 49beed4
lib/src/visitor/evaluate.dart
@@ -5,7 +5,7 @@
5
// DO NOT EDIT. This file was generated from async_evaluate.dart.
6
// See tool/grind/synchronize.dart for details.
7
//
8
-// Checksum: 25e98f7f4a04108e924c63b63b1db844637a66e0
+// Checksum: d02e86d11c5ca310e2402c60935ccf301d3cfbc2
9
10
// ignore_for_file: unused_import
11
@@ -217,6 +217,9 @@ final class _EvaluateVisitor
217
ModifiableCssParentNode? __parent;
218
219
/// The original parent node for a stylesheet that was loaded with @import.
220
+ ///
221
+ /// This value is only set when a file uses `@import` in combination with
222
+ /// non-built-in Sass modules.
223
ModifiableCssParentNode? _importParent;
224
225
/// The name of the current declaration parent.
0 commit comments