added orai

This commit is contained in:
szabomarton
2025-03-11 12:57:30 +01:00
parent 13254e5623
commit fe52ae8683
2177 changed files with 289592 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [require('daisyui')],
}