Skip to content

Commit 6e58947

Browse files
committed
remove commented out ...node.nodes.slice(1)
1 parent 4711b90 commit 6e58947

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

polaris-migrator/src/migrations/replace-sass-z-index/replace-sass-z-index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ const plugin = (options: PluginOptions = {}): Plugin => {
8484
sourceIndex: node.nodes[0]?.sourceIndex ?? 0,
8585
sourceEndIndex: zIndexCustomProperty.length,
8686
},
87-
// Do we need this??
88-
// Initial thought is no, we don't want to replicate additional arguments.
89-
// ...node.nodes.slice(1),
9087
];
9188
}
9289
});

0 commit comments

Comments
 (0)