mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove useless variable
This commit is contained in:
parent
df8d80fbbf
commit
0751431658
@ -5,8 +5,7 @@ export default function(config) {
|
||||
return functions({
|
||||
functions: {
|
||||
config: (path, defaultValue) => {
|
||||
const options = config()
|
||||
return _.get(options, _.trim(path, `'"`), defaultValue)
|
||||
return _.get(config(), _.trim(path, `'"`), defaultValue)
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user