1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/tailwind.config.js
2021-02-21 11:14:55 +01:00

7 lines
123 B
JavaScript

module.exports = {
purge: {
enabled: true,
mode: 'all',
content: ['./views/*.tpl.html']
}
}