Skip to content

Commit 31506f2

Browse files
samwymakazupon
authored andcommitted
Change let to var (#738)
1 parent 9c959bb commit 31506f2

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-
let loaded
3+
var loaded
44

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

0 commit comments

Comments
 (0)