initial commit
This commit is contained in:
commit
3e90445fab
20 changed files with 961 additions and 0 deletions
5
tailwind.config.js
Normal file
5
tailwind.config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/mainview/**/*.{html,js,ts,jsx,tsx}"],
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue