mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 06:44:48 +00:00
9 lines
115 B
JavaScript
9 lines
115 B
JavaScript
module.exports = {
|
|
purge: [`_site/**/*.html`],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|