mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-07 23:34:31 +00:00
11 lines
No EOL
196 B
JavaScript
11 lines
No EOL
196 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./src/**/*.{svelte,js,ts}',
|
|
'./src/lib/**/*.{svelte,js,ts}',
|
|
'./src/routes/**/*.{svelte,js,ts}',
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}; |