mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
feat: use vite and ts
This commit is contained in:
parent
f68f25122d
commit
2cb7ce23db
26 changed files with 11820 additions and 0 deletions
9
tailwind.config.mjs
Normal file
9
tailwind.config.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
export default {
|
||||
content: ['./src/**/*.{mjs,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue