Skip to content

Commit c07655b

Browse files
authored
Revert "Change let to var (#738)"
This reverts commit 31506f2.
1 parent ef15db7 commit c07655b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/style-compiler/load-postcss-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var load = require('postcss-load-config')
22

3-
var loaded
3+
let loaded
44

55
function isObject (val) {
66
return val && typeof val === 'object'

0 commit comments

Comments
 (0)