Skip to content

Commit

Permalink
fix: use local tailwind config in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jun 7, 2023
1 parent 4ef0de2 commit dc3f5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/filters/index.js
Expand Up @@ -30,7 +30,7 @@ module.exports = async (html, config = {}, direct = false) => {
config: merge({
build: {
tailwind: {
config: get(config, 'build.tailwind.config', {})
config: get(config, 'build.tailwind.config', 'tailwind.config.js')
}
}
}, maizzleConfig)
Expand Down

0 comments on commit dc3f5c8

Please sign in to comment.