🧱 added backend
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
cd2dbd6eee
commit
a260cb63b7
29 changed files with 16 additions and 4 deletions
8
frontend/tailwind.config.js
Normal file
8
frontend/tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in a new issue