Skip to content

Commit e8455c7

Browse files
committed
remove idx
1 parent ca65c41 commit e8455c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5737,7 +5737,7 @@ export function createCssUtility(node: AtRule) {
57375737
}
57385738
fn.nodes = ValueParser.parse(args.join(','))
57395739

5740-
for (let [idx, node] of fn.nodes.entries()) {
5740+
for (let node of fn.nodes) {
57415741
// Track literal values
57425742
if (
57435743
node.kind === 'word' &&

0 commit comments

Comments
 (0)