We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8d80f commit 0751431Copy full SHA for 0751431
src/lib/evaluateTailwindFunctions.js
@@ -5,8 +5,7 @@ export default function(config) {
5
return functions({
6
functions: {
7
config: (path, defaultValue) => {
8
- const options = config()
9
- return _.get(options, _.trim(path, `'"`), defaultValue)
+ return _.get(config(), _.trim(path, `'"`), defaultValue)
10
},
11
12
})
0 commit comments