Skip to content

Commit

Permalink
Remove explicit tailwind.config.js path from Mix config
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Jul 8, 2019
1 parent bbed76a commit af0119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mix.js('source/_assets/js/main.js', 'js')
.sourceMaps()
.options({
processCssUrls: false,
postCss: [ tailwindcss('./tailwind.config.js') ],
postCss: [tailwindcss()],
})
.purgeCss({
extensions: ['html', 'md', 'js', 'php', 'vue'],
Expand Down

0 comments on commit af0119f

Please sign in to comment.