mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
10 lines
117 B
JavaScript
10 lines
117 B
JavaScript
module.exports = {
|
|
purge: [
|
|
'./src/**/*.svelte',
|
|
'./src/**/*.css',
|
|
],
|
|
theme: {
|
|
|
|
},
|
|
}
|