Skip to content

Commit

Permalink
Change let to var (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwyma authored and kazupon committed Mar 24, 2017
1 parent 9c959bb commit 31506f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/style-compiler/load-postcss-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var load = require('postcss-load-config')

let loaded
var loaded

function isObject (val) {
return val && typeof val === 'object'
Expand Down

0 comments on commit 31506f2

Please sign in to comment.