1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: purge tailwind classes (resolve #22)

This commit is contained in:
Ferdinand Mütsch
2021-02-21 11:14:55 +01:00
parent 218c93e975
commit 701ed0a3e1
5 changed files with 1235 additions and 2 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
purge: {
enabled: true,
mode: 'all',
content: ['./views/*.tpl.html']
}
}