Skip to content

Commit 714d20c

Browse files
committed
fix: resolve eslint errors
1 parent 4973bb4 commit 714d20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/postcss.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default () => {
1212
cascade: false
1313
},
1414
'postcss-combine-duplicated-selectors': {},
15-
'postcss-drop-empty-css-vars': {},
15+
'postcss-drop-empty-css-vars': {}
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)