mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-06 15:56:32 +02:00
feat: use vite and ts
This commit is contained in:
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: []
|
||||
}
|
Reference in New Issue
Block a user