mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
build(frontend): add tailwind config
This commit is contained in:
parent
7bc91b5576
commit
721f979cc8
1 changed files with 6 additions and 0 deletions
6
frontend/tailwind.config.js
Normal file
6
frontend/tailwind.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
purge: {
|
||||
// css is purged via postcss-purgecss
|
||||
enabled: false,
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue