mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-10 00:34:31 +00:00
first commit
This commit is contained in:
commit
def118101d
34 changed files with 4625 additions and 0 deletions
11
sveltekit-ndk-app/tailwind.config.cjs
Normal file
11
sveltekit-ndk-app/tailwind.config.cjs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
content: [
|
||||
'./src/**/*.{svelte,js,ts}',
|
||||
'./src/lib/**/*.{svelte,js,ts}',
|
||||
'./src/routes/**/*.{svelte,js,ts}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue