Skip to content

Commit fef8ac7

Browse files
committed
remove unused variable
1 parent 572b50d commit fef8ac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ class Purgecss {
129129
root.walkRules(node => {
130130
const annotation = node.prev()
131131
if (this.isIgnoreAnnotation(annotation)) return
132-
const nodeType = node.type
133132
node.selector = selectorParser(selectorsParsed => {
134133
selectorsParsed.walk(selector => {
135134
let selectorsInRule = []

0 commit comments

Comments
 (0)