Skip to content

Commit

Permalink
Enable tailwind purging
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsp committed Aug 12, 2021
1 parent 23bb83a commit 8346e65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ module.exports = {
variants: {
backgroundColor: ['responsive', 'odd', 'hover', 'focus'],
},
purge: [
'./src/**/*.vue',
],
}

0 comments on commit 8346e65

Please sign in to comment.