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