mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-28 02:33:46 +01:00
17 lines
300 B
JavaScript
17 lines
300 B
JavaScript
module.exports = {
|
|
future: {
|
|
removeDeprecatedGapUtilities: true,
|
|
purgeLayersByDefault: true,
|
|
},
|
|
purge: {
|
|
content: ['./src/**/*.svelte', './src/**/*.ts'],
|
|
},
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|