feat: ui remake with tailwind
This commit is contained in:
parent
ed59cd7aa4
commit
22f823c535
16 changed files with 296 additions and 344 deletions
9
tailwind.config.js
Normal file
9
tailwind.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [import('tailwind-scrollbar')],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue