mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-10 07:33:06 +00:00
Init v2
This commit is contained in:
parent
4f3d91762b
commit
6e2a3cd870
30 changed files with 2525 additions and 1530 deletions
11
tailwind.config.js
Normal file
11
tailwind.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./src/**/*.tsx'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('daisyui')],
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue