12 lines
165 B
JavaScript
12 lines
165 B
JavaScript
module.exports = {
|
|
darkmode: true,
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{svelte,js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|