mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
|
|
module.exports = {
|
||
|
|
purge: {
|
||
|
|
// css is purged via postcss-purgecss
|
||
|
|
enabled: false,
|
||
|
|
},
|
||
|
|
};
|