init
This commit is contained in:
commit
90205a1243
29 changed files with 3216 additions and 0 deletions
9
tailwind.config.cjs
Normal file
9
tailwind.config.cjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: "class",
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue