feat: add Angular Material and refactor UI components
This commit is contained in:
parent
00a7688ef9
commit
6317c97d96
15 changed files with 194 additions and 131 deletions
|
@ -6,14 +6,9 @@ module.exports = {
|
|||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
daisyui: {
|
||||
styled: true,
|
||||
themes: true,
|
||||
base: true,
|
||||
utils: true,
|
||||
logs: true,
|
||||
rtl: false
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography"), require("daisyui")],
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue