This commit is contained in:
parent
b8e14c8370
commit
11cedc0abd
12 changed files with 584 additions and 186 deletions
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue