Skip to content

Commit 980326b

Browse files
Remove unused var
1 parent 64a3444 commit 980326b

File tree

1 file changed

+0
-1
lines changed
  • packages/tailwindcss/src

1 file changed

+0
-1
lines changed

packages/tailwindcss/src/ast.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ export function optimizeAst(
334334

335335
let containsUnresolvableVars = false
336336
let containsCurrentcolor = false
337-
let didInlineVars = false
338337
ValueParser.walk(node.nodes, (node, { replaceWith }) => {
339338
if (node.kind == 'word' && node.value.toLowerCase() === 'currentcolor') {
340339
containsCurrentcolor = true

0 commit comments

Comments
 (0)